reset-and-logicial-property.html (779B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <meta charset="utf-8"/> 5 <title>Reset writing-mode and logical property</title> 6 <link rel="help" href="https://w3c.github.io/mathml-core/#css-styling"> 7 <meta name="assert" content="Verify how forced writing-mode is taken into account for logicial properties."> 8 <link rel="match" href="reset-and-logicial-property-ref.html"> 9 </head> 10 <body> 11 <p>Test passes if you see a green square.</p> 12 <math style="writing-mode: vertical-lr; 13 padding-block-start: 200px; 14 background: green"> 15 <mspace width="200px"/> 16 </math> 17 <script src="/mathml/support/feature-detection.js"></script> 18 <script>MathMLFeatureDetection.ensure_for_match_reftest("has_mspace");</script> 19 </body> 20 </html>