docshell/test/bug123696-subframe.html

Wed, 31 Dec 2014 13:27:57 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 13:27:57 +0100
branch
TOR_BUG_3246
changeset 6
8bccb770b82d
permissions
-rw-r--r--

Ignore runtime configuration files generated during quality assurance.

     1 <!DOCTYPE html>
     2 <html>
     3   <head>
     4     <script>
     5       function change() {
     6         return "<html><body>change</body></html>";
     7       }
     8       function change2() {
     9         return "<html><body>change2</body></html>";
    10       }
    11     </script>
    12   </head>
    13   <body>
    14     <iframe src="javascript:parent.change()"></iframe>
    15   </body>
    16 </html>

mercurial