1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/svg/crashtests/371563-1.xhtml Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,32 @@ 1.4 +<html xmlns="http://www.w3.org/1999/xhtml" class="reftest-wait"> 1.5 +<head> 1.6 +<script> 1.7 + 1.8 +function boom() 1.9 +{ 1.10 + document.getElementById("sdiv").style.overflow = "scroll"; 1.11 + 1.12 + document.documentElement.removeAttribute("class"); 1.13 +} 1.14 + 1.15 + 1.16 +</script> 1.17 +</head> 1.18 + 1.19 +<body onload="setTimeout(boom, 30);"> 1.20 + 1.21 + <div id="sdiv" style="float: left;"> 1.22 + 1.23 + <svg xmlns="http://www.w3.org/2000/svg" height="400px" width="400px" 1.24 + y="0.0000000" x="0.0000000" version="1.0" > 1.25 + <defs> 1.26 + <marker id="Arrow"/> 1.27 + </defs> 1.28 + <path style="marker-end:url(#Arrow)" 1.29 + d="M 12.500000,200.00000 L 387.50000,200.00000" /> 1.30 + </svg> 1.31 + 1.32 + </div> 1.33 + 1.34 +</body> 1.35 +</html>