blob: c0ca31d40a82e5af2e23a4c5dee83f9e2bb593cb [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<title>RTL ms lquote="X" rquote="p"</title>
<link rel="help" href="https://mathml-refresh.github.io/mathml-core/#attributes-common-to-html-and-mathml-elements">
<link rel="help" href="https://mathml-refresh.github.io/mathml-core/#css-styling">
<link rel="help" href="https://mathml-refresh.github.io/mathml-core/#string-literal-ms">
<meta name="assert" content="Verify that a RTL ms element renders the same as if its left and right quotes were switched.">
<link rel="match" href="direction-009-ref.html">
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
<style>
math {
font: 25px/1 Ahem;
}
</style>
</head>
<body>
<p>
<math dir="rtl">
<ms lquote="X" rquote="p">É</ms>
</math>
</p>
<script src="/mathml/support/feature-detection.js"></script>
<script>MathMLFeatureDetection.ensure_for_match_reftest("has_dir");</script>
</body>
</html>