Wed, 31 Dec 2014 06:09:35 +0100
Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.
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>