dom/tests/mochitest/bugs/child_bug260264.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/dom/tests/mochitest/bugs/child_bug260264.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,14 @@
     1.4 +<html>
     1.5 +  <head>
     1.6 +    <script type="application/javascript" src="/tests/SimpleTest/EventUtils.js"></script>
     1.7 +    <script type="application/javascript" src="utils_bug260264.js"></script>
     1.8 +  </head>
     1.9 +  <body>
    1.10 +    <iframe id="frame"></iframe>
    1.11 +    <script type="application/javascript">
    1.12 +      document.getElementById("frame").src =
    1.13 +        alter_file(alter_host(location.href, "mochi.test:8888"),
    1.14 +                   "grandchild_bug260264.html");
    1.15 +    </script>
    1.16 +  </body>
    1.17 +</html>

mercurial