test_bug1446834.html (775B)
1 <!DOCTYPE HTML> 2 <html> 3 <!-- 4 https://bugzilla.mozilla.org/show_bug.cgi?id=1446834 5 --> 6 <head> 7 <meta charset="utf-8"> 8 <title>Test for Bug 1446834</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 13 /** Test for Bug 1446834 */ 14 15 SimpleTest.waitForExplicitFinish(); 16 17 window.onload = function() { 18 document.getElementById("iframe").src = "file_bug1446834.html"; 19 } 20 21 </script> 22 </head> 23 <body> 24 <a target="_blank" href="https://bugzilla.mozilla.org/show_bug.cgi?id=1446834">Mozilla Bug 1446834</a> 25 <p id="display"></p> 26 <div id="content" style="display: none"> 27 28 </div> 29 <pre id="test"> 30 </pre> 31 <iframe id="iframe"></iframe> 32 </body> 33 </html>