aboutsummaryrefslogtreecommitdiffstats
path: root/tests/ref/text_overflow_basic_ref.html
blob: a5f1021231090c2cfda6088bdec14a25c50f9fe5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE html>
<html>
<head>
<style>
section {
    border: solid black 1px;
    width: 10em;
}
</style>
</head>
<body>
<section>xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx asdf asdf asdf</section>
</body>
</html>