Bug 1858983 [wpt PR 42532] - Update wpt metadata, a=testonly
[gecko.git] / layout / reftests / writing-mode / 1136557-1-nested-spans-ref.html
blob929cce15a1592c80d5f2a5132703b25729a8eff7
1 <!DOCTYPE HTML>
2 <html lang="en">
3 <head>
4 <meta charset="utf-8">
5 <title>Testcase, bug 1136557</title>
6 <style>
7 .a { font: 12px serif }
8 .b { font: 12.25px serif }
9 .c { font: 12.5px serif }
10 .d { font: 12.75px serif }
11 .e { font: 12px sans-serif }
12 .f { font: 12.25px sans-serif }
13 .g { font: 12.5px sans-serif }
14 .h { font: 12.75px sans-serif }
15 .i { font: 12px monospace }
16 .j { font: 12.25px monospace }
17 .k { font: 12.5px monospace }
18 .l { font: 12.75px monospace }
19 </style>
20 </head>
21 <body>
22 <div style="writing-mode:vertical-lr">
23 <p class="a">xyzzy</p>
24 <p class="b">xyzzy</p>
25 <p class="c">xyzzy</p>
26 <p class="d">xyzzy</p>
27 <p class="e">xyzzy</p>
28 <p class="f">xyzzy</p>
29 <p class="g">xyzzy</p>
30 <p class="h">xyzzy</p>
31 <p class="i">xyzzy</p>
32 <p class="j">xyzzy</p>
33 <p class="k">xyzzy</p>
34 <p class="l">xyzzy</p>
35 </div>
36 </body>
37 </html>