1088025-1.html (465B)
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; 12 } 13 p { 14 margin: 0; 15 } 16 </style> 17 </head> 18 19 <body> 20 <div> 21 <p>This is the <b><i>first</i> paragraph</b>. It's long enough to wrap onto multiple lines. 22 <p><b>Paragraph <i>two</i></b>. 23 <p><b><i>Third and final</i> paragraph</b> of this simple testcase. That's all, folks! 24 </div> 25 </body> 26 27 </html>