tenfourfox/dom/tests/reftest/bug456008.xhtml
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

12 lines
338 B
HTML

<html xmlns="http://www.w3.org/1999/xhtml">
<body>
<div id="target"></div>
<script>
<![CDATA[
document.getElementById("target").innerHTML =
"<object type='text/html' data='data:text/html,&lt;body bgcolor=&quot;green&quot;&gt;' width='300' height='200'></object>";
]]>
</script>
</body>
</html>