mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07: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>
|