layout/svg/crashtests/386475-1.xhtml

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/svg/crashtests/386475-1.xhtml	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,24 @@
     1.4 +<html xmlns="http://www.w3.org/1999/xhtml"
     1.5 +      xmlns:svg="http://www.w3.org/2000/svg">
     1.6 +<head>
     1.7 +<script>
     1.8 +function boom()
     1.9 +{
    1.10 +  document.body.style.display = "table-header-group";
    1.11 +  document.getElementById("svg").setAttribute('height', 1);
    1.12 +}
    1.13 +</script>
    1.14 +</head>
    1.15 +
    1.16 +<body onload="boom();">
    1.17 +
    1.18 +<svg:svg width="100%" height="100%" id="svg">
    1.19 +	<svg:g>
    1.20 +		<svg:foreignObject width="8205em" height="100%">
    1.21 +			<span>hello</span> <span>world</span>
    1.22 +		</svg:foreignObject>
    1.23 +	</svg:g>
    1.24 +</svg:svg>
    1.25 +
    1.26 +</body>
    1.27 +</html>

mercurial