blob: d7515156c31a4e941b1d7f7c038188e6d107d7de (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
<!DOCTYPE html>
<html>
<head><title>Test mirror op</title></head>
<style type="text/css">
mo {
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>
|