Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /mathml/relations/css-styling/writing-mode/reset-and-logicial-property.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<title>Reset writing-mode and logical property</title>
<meta name="assert" content="Verify how forced writing-mode is taken into account for logicial properties.">
<link rel="match" href="reset-and-logicial-property-ref.html">
</head>
<body>
<p>Test passes if you see a green square.</p>
<math style="writing-mode: vertical-lr;
padding-block-start: 200px;
background: green">
<mspace width="200px"/>
</math>
<script src="/mathml/support/feature-detection.js"></script>
<script>MathMLFeatureDetection.ensure_for_match_reftest("has_mspace");</script>
</body>
</html>