mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 22:55:23 +00:00
20 lines
399 B
HTML
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>
|