content/base/test/test_bug787778.html

Wed, 31 Dec 2014 06:09:35 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:09:35 +0100
changeset 0
6474c204b198
permissions
-rw-r--r--

Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.

     1 <!DOCTYPE html>
     2 <!--
     3     https://bugzilla.mozilla.org/show_bug.cgi?id=787778
     4   -->
     5 <html>
     6   <head>
     7     <meta charset="utf-8">
     8     <title>Test for Bug 787778</title>
     9     <script type="application/javascript" src="/tests/SimpleTest/SimpleTest.js"></script>
    10     <link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css"/>
    11     <script type="text/javascript">
    12       SimpleTest.waitForExplicitFinish();
    13       window.onload = function() {
    14         window.document.x.src='a';
    15         SimpleTest.executeSoon(function () {
    16           ok(true, "Didn't crash!");
    17           SimpleTest.finish();
    18         });
    19       }
    20     </script>
    21   </head>
    22   <body>
    23     <embed name="x" src="./file_bug787778.sjs">
    24   </body>
    25 </html>

mercurial