Bug 1732060 [wpt PR 30876] - Update wpt metadata, a=testonly
[gecko.git] / layout / reftests / writing-mode / 1088025-1-ref.html
blob0ed0f34b1da6dc8ab4625de1f8acf6da44afa1b3
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <title>Bug 1083892</title>
5 <style>
6 div {
7 width:300px;
8 height:300px;
9 padding:10px;
10 border:1px solid black;
11 writing-mode:vertical-rl;
13 </style>
14 </head>
16 <body>
17 <div>
18 This is the <b><i>first</i> paragraph</b>. It's long enough to wrap onto multiple lines.<br>
19 <b>Paragraph <i>two</i></b>.<br>
20 <b><i>Third and final</i> paragraph</b> of this simple testcase. That's all, folks!
21 </div>
22 </body>
24 </html>