content/base/test/test_bug371576-4.html

Thu, 15 Jan 2015 21:03:48 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 15 Jan 2015 21:03:48 +0100
branch
TOR_BUG_9701
changeset 11
deefc01c0e14
permissions
-rw-r--r--

Integrate friendly tips from Tor colleagues to make (or not) 4.5 alpha 3;
This includes removal of overloaded (but unused) methods, and addition of
a overlooked call to DataStruct::SetData(nsISupports, uint32_t, bool.)

     1 <html>
     2 <!--
     3 https://bugzilla.mozilla.org/show_bug.cgi?id=371576
     4 -->
     5 <head>
     6   <title>Test2 for Bug 371576</title>
     7   <script type="text/javascript" src="/tests/SimpleTest/SimpleTest.js"></script>        
     8   <link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css" />
    10 <script>
    12 var _bShouldbeThere = false;
    13 var oScript = document.createElement('script');
    14 oScript.innerHTML = '_bShouldbeThere = true';
    15 document.getElementsByTagName('head')[0].appendChild(oScript);
    16 ok(_bShouldbeThere,"_bShouldbeThere is true, script has executed on time");
    18 </script>
    20 </head>
    21 </html>

mercurial