Bug 1732060 [wpt PR 30876] - Update wpt metadata, a=testonly
[gecko.git] / layout / reftests / writing-mode / 1193519-sideways-lr-4.html
blobf01956e3f69387be02a9eda0a38c296003c029a6
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <meta charset=utf-8>
5 <style>
6 div { display: inline-block; border: 1px solid silver; padding: 5px;
7 line-height: 2em; writing-mode: sideways-lr; }
8 span { padding: 5px; color: transparent; }
9 span:nth-child(1) { background: red; }
10 span:nth-child(2) { background: orange; }
11 span:nth-child(3) { background: yellow; }
12 span:nth-child(4) { background: green; }
13 span:nth-child(5) { background: blue; }
14 span:nth-child(6) { background: indigo; }
15 span:nth-child(7) { background: violet; }
16 </style>
17 </head>
19 <body>
21 <div><span>"One</span> <span>two</span>
22 <span>three</span> <span>four</span> <span>five</span>
23 <span>six</span> <span>seven."</span></div>
25 <div dir=rtl><span>"One</span> <span>two</span>
26 <span>three</span> <span>four</span> <span>five</span>
27 <span>six</span> <span>seven."</span></div>