1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/svg/crashtests/475193-1.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,21 @@ 1.4 +<!DOCTYPE HTML> 1.5 +<html><head> 1.6 +<meta http-equiv="content-type" content="text/html; charset=UTF-8"> 1.7 + 1.8 + 1.9 +<style type="text/css"> 1.10 + 1.11 +.p { marker: url('#c'); } 1.12 + 1.13 +</style> 1.14 +<script type="text/javascript"> 1.15 + 1.16 +function boom() 1.17 +{ 1.18 + document.getElementById("a").setAttribute("class", "p"); 1.19 + document.documentElement.offsetHeight; 1.20 + document.getElementById("b").setAttribute("id", "c"); 1.21 +} 1.22 + 1.23 +</script> 1.24 +</head><body onload="boom();"><div class="p" id="a">C</div><div id="c"></div></body></html> 1.25 \ No newline at end of file