test_bug1100912.html (830B)
1 <!DOCTYPE HTML> 2 <html> 3 <!-- 4 https://bugzilla.mozilla.org/show_bug.cgi?id=1100912 5 --> 6 <head> 7 <meta charset="utf-8"> 8 <title>Test for Bug 1100912</title> 9 <script src="/tests/SimpleTest/SimpleTest.js"></script> 10 <link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css"/> 11 <script type="application/javascript"> 12 /** Test for Bug 1100912 */ 13 14 SimpleTest.waitForExplicitFinish(); 15 16 function runTests() { 17 win = window.open("file_bug1100912.html", ""); 18 } 19 20 function didRunTests() { 21 setTimeout(SimpleTest.finish); 22 } 23 24 </script> 25 </head> 26 <body onload="SimpleTest.waitForFocus(runTests)"> 27 <a target="_blank" href="https://bugzilla.mozilla.org/show_bug.cgi?id=1100912">Mozilla Bug 1100912</a> 28 <p id="display"></p> 29 <div id="content" style="display: none"> 30 31 </div> 32 <pre id="test"> 33 </pre> 34 </body> 35 </html>