https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 8a24bc16573bd3635c29d2ec3c0c98341d3c8334 authored by ffxbld on 05 March 2015, 14:04:35 UTC
Added FENNEC_36_0_1_RELEASE FENNEC_36_0_1_BUILD2 tag(s) for changeset 822b1d4c6423. DONTBUILD CLOSED TREE a=release
Tip revision: 8a24bc1
386475-1.xhtml
<html xmlns="http://www.w3.org/1999/xhtml"
      xmlns:svg="http://www.w3.org/2000/svg">
<head>
<script>
function boom()
{
  document.body.style.display = "table-header-group";
  document.getElementById("svg").setAttribute('height', 1);
}
</script>
</head>

<body onload="boom();">

<svg:svg width="100%" height="100%" id="svg">
	<svg:g>
		<svg:foreignObject width="8205em" height="100%">
			<span>hello</span> <span>world</span>
		</svg:foreignObject>
	</svg:g>
</svg:svg>

</body>
</html>
back to top