summaryrefslogtreecommitdiffstats
path: root/dom/tests/reftest/bug456008.xhtml
blob: 43027343cb2fead04e7f1fc0e062594c5b13c1c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
<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>