tenfourfox/layout/reftests/mathml/mirror-op-1-ref.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07: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>