summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/362901-1-ref.html
blob: 113a5e1758a22ca2eaf3e1aa802911ff35a6c989 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<!DOCTYPE html>
<html>
<head>
<style>
  body { font-family: sans-serif; }
  span { color: green }
</style>
</head>
<body>
<div><span>T</span>ext</div>
<div style="overflow: auto"><span>T</span>ext</div>
<fieldset><span>T</span>ext</fieldset>
<table><tr><td><span>T</span>ext</td></tr></table>

<div><span>T</span>ext</div>
<div style="overflow: auto"><span>T</span>ext</div>
<fieldset><span>T</span>ext</fieldset>
<table><tr><td><span>T</span>ext</td></tr></table>

<div><span>T</span>extMore Text</div>
<div style="overflow: auto"><span>T</span>extMore Text</div>
<fieldset><span>T</span>extMore Text</fieldset>
<table><tr><td><span>T</span>extMore Text</td></tr></table>

</body>
</html>