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.
michael@0 | 1 | <?xml version="1.0"?> |
michael@0 | 2 | <?xml-stylesheet href="chrome://global/skin" type="text/css"?> |
michael@0 | 3 | <?xml-stylesheet |
michael@0 | 4 | href="chrome://mochikit/content/tests/SimpleTest/test.css" |
michael@0 | 5 | type="text/css"?> |
michael@0 | 6 | <!-- |
michael@0 | 7 | https://bugzilla.mozilla.org/show_bug.cgi?id=311007.xul |
michael@0 | 8 | --> |
michael@0 | 9 | <window title="Mozilla Bug 311007" |
michael@0 | 10 | xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"> |
michael@0 | 11 | |
michael@0 | 12 | <script type="application/javascript" |
michael@0 | 13 | src="chrome://mochikit/content/MochiKit/packed.js"></script> |
michael@0 | 14 | <script type="application/javascript" |
michael@0 | 15 | src="chrome://mochikit/content/tests/SimpleTest/SimpleTest.js"></script> |
michael@0 | 16 | |
michael@0 | 17 | <body xmlns="http://www.w3.org/1999/xhtml"> |
michael@0 | 18 | <a target="_blank" |
michael@0 | 19 | href="https://bugzilla.mozilla.org/show_bug.cgi?id=311007"> |
michael@0 | 20 | Mozilla Bug 311007</a> |
michael@0 | 21 | <p id="display"></p> |
michael@0 | 22 | <div id="content" style="display: none"> |
michael@0 | 23 | |
michael@0 | 24 | </div> |
michael@0 | 25 | <pre id="test"> |
michael@0 | 26 | </pre> |
michael@0 | 27 | </body> |
michael@0 | 28 | |
michael@0 | 29 | <script class="testbody" type="application/javascript"> |
michael@0 | 30 | <![CDATA[ |
michael@0 | 31 | |
michael@0 | 32 | if (navigator.platform.startsWith("Win")) { |
michael@0 | 33 | SimpleTest.expectAssertions(0, 1); |
michael@0 | 34 | } |
michael@0 | 35 | |
michael@0 | 36 | /** Test for Bug 311007 **/ |
michael@0 | 37 | |
michael@0 | 38 | SimpleTest.waitForExplicitFinish(); |
michael@0 | 39 | window.open("bug311007_window.xul", "bug311007", |
michael@0 | 40 | "chrome,width=600,height=600"); |
michael@0 | 41 | |
michael@0 | 42 | ]]> |
michael@0 | 43 | </script> |
michael@0 | 44 | |
michael@0 | 45 | </window> |