Bug 1839316: part 5) Guard the "fetchpriority" attribute behind a pref. r=kershaw...
[gecko.git] / docshell / test / navigation / test_bug1758664.html
blob662242e44a613fd63afc01465c45f1ff32a075ea
1 <!DOCTYPE HTML>
2 <html>
3 <head>
4 <meta charset="utf-8">
5 <title>Bug 1758664</title>
6 <script src="/tests/SimpleTest/SimpleTest.js"></script>
7 <link rel="stylesheet" href="/tests/SimpleTest/test.css"/>
8 <script>
9 SimpleTest.waitForExplicitFinish();
11 function test() {
12 window.open("file_bug1758664.html");
14 </script>
15 </head>
16 <body onload="test()">
17 <p id="display"></p>
18 <div id="content" style="display: none"></div>
19 <pre id="test"></pre>
20 </body>
21 </html>