Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!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>