1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/generic/crashtests/395450-1.xhtml Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,28 @@ 1.4 +<html xmlns="http://www.w3.org/1999/xhtml" xmlns:math="http://www.w3.org/1998/Math/MathML"> 1.5 + 1.6 +<head> 1.7 +<style> 1.8 + 1.9 +/* 1.10 + This testcase uses [class~="foo"] instead of .foo to work around bug 276267 1.11 + (see bug 379178 comment 78) 1.12 +*/ 1.13 + 1.14 +[class~="abs"] { position: absolute; } 1.15 +[class~="marg"] { margin: 1em; } 1.16 +[class="noheight"] { height: 0; } 1.17 + 1.18 +</style> 1.19 +</head> 1.20 + 1.21 +<body> 1.22 + 1.23 +<math:mrow class="noheight"> 1.24 + <span class="abs"> 1.25 + <math:mroot class="abs marg" /> 1.26 + <span class="abs" /> 1.27 + </span> 1.28 +</math:mrow> 1.29 + 1.30 +</body> 1.31 +</html>