test_bug645998.html (805B)
1 <!DOCTYPE HTML> 2 <html> 3 <!-- 4 https://bugzilla.mozilla.org/show_bug.cgi?id=645998 5 --> 6 <head> 7 <title>Test for Bug 645998</title> 8 <script src="/tests/SimpleTest/SimpleTest.js"></script> 9 <link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css"/> 10 <!-- This is the real test: will these stylesheets ever finish loading? --> 11 <link rel="stylesheet" href="file_bug645998-1.css"> 12 <link rel="stylesheet" href="file_bug645998-2.css"> 13 </head> 14 <body> 15 <a target="_blank" href="https://bugzilla.mozilla.org/show_bug.cgi?id=645998">Mozilla Bug 645998</a> 16 <p id="display"></p> 17 <div id="content" style="display: none"> 18 19 </div> 20 <pre id="test"> 21 <script type="application/javascript"> 22 23 /** Test for Bug 645998 */ 24 ok(true, "Hey, we got here! That's a good sign"); 25 26 </script> 27 </pre> 28 </body> 29 </html>