reset-and-logicial-property-ref.html (380B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <meta charset="utf-8"/> 5 <title>Reset writing-mode and logical property (reference)</title> 6 </head> 7 <body> 8 <p>Test passes if you see a green square.</p> 9 <math style="writing-mode: horizontal-tb; 10 padding-top: 200px; 11 background: green"> 12 <mspace width="200px"/> 13 </math> 14 </body> 15 </html>