Wed, 31 Dec 2014 06:09:35 +0100
Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.
michael@0 | 1 | <html xmlns="http://www.w3.org/1999/xhtml" xmlns:math="http://www.w3.org/1998/Math/MathML"> |
michael@0 | 2 | |
michael@0 | 3 | <head> |
michael@0 | 4 | <style> |
michael@0 | 5 | |
michael@0 | 6 | /* |
michael@0 | 7 | This testcase uses [class~="foo"] instead of .foo to work around bug 276267 |
michael@0 | 8 | (see bug 379178 comment 78) |
michael@0 | 9 | */ |
michael@0 | 10 | |
michael@0 | 11 | [class~="abs"] { position: absolute; } |
michael@0 | 12 | [class~="marg"] { margin: 1em; } |
michael@0 | 13 | [class="noheight"] { height: 0; } |
michael@0 | 14 | |
michael@0 | 15 | </style> |
michael@0 | 16 | </head> |
michael@0 | 17 | |
michael@0 | 18 | <body> |
michael@0 | 19 | |
michael@0 | 20 | <math:mrow class="noheight"> |
michael@0 | 21 | <span class="abs"> |
michael@0 | 22 | <math:mroot class="abs marg" /> |
michael@0 | 23 | <span class="abs" /> |
michael@0 | 24 | </span> |
michael@0 | 25 | </math:mrow> |
michael@0 | 26 | |
michael@0 | 27 | </body> |
michael@0 | 28 | </html> |