Mypal/layout/reftests/mathml/mirror-op-1-ref.html
2019-03-11 13:26:37 +03:00

20 lines
399 B
HTML

<!DOCTYPE html>
<html>
<head><title>Test mirror op</title></head>
<style type="text/css">
mo {
-moz-transform: scaleX(-1.0);
}
</style>
<body>
<p><math><mo>(</mo></math></p>
<p><math><mo>)</mo></math></p>
<p><math><mo>[</mo></math></p>
<p><math><mo>]</mo></math></p>
<p><math><mo>{</mo></math></p>
<p><math><mo>}</mo></math></p>
</body>
</html>