1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/svg/crashtests/455314-1.xhtml Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,16 @@ 1.4 +<html xmlns="http://www.w3.org/1999/xhtml"><head> 1.5 +<script> 1.6 +function doe() { 1.7 +document.getElementById('a').appendChild(document.body); 1.8 +} 1.9 +setTimeout(doe, 100); 1.10 +</script> 1.11 +</head> 1.12 +<body> 1.13 +<div style="position: absolute; -moz-appearance: button; filter: url(#b); "></div> 1.14 +<pre style="position: absolute;"> 1.15 +<table id="b"></table> 1.16 +</pre> 1.17 +</body> 1.18 +<div id="a"/> 1.19 +</html> 1.20 \ No newline at end of file