| OLD | NEW |
| 1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
| 2 <html> | 2 <html> |
| 3 <head> | 3 <head> |
| 4 <script src="/js-test-resources/testharness.js"></script> | 4 <script src="/js-test-resources/testharness.js"></script> |
| 5 <script src="/js-test-resources/testharnessreport.js"></script> | 5 <script src="/js-test-resources/testharnessreport.js"></script> |
| 6 <script> | 6 <script> |
| 7 | 7 |
| 8 if (window.testRunner) { | 8 if (window.testRunner) { |
| 9 testRunner.setCanOpenWindows(); | 9 testRunner.setCanOpenWindows(); |
| 10 testRunner.setCloseRemainingWindowsWhenComplete(true); | 10 testRunner.setCloseRemainingWindowsWhenComplete(true); |
| (...skipping 11 matching lines...) Expand all Loading... |
| 22 }), false); | 22 }), false); |
| 23 | 23 |
| 24 window.open("https://127.0.0.1:8443/security/mixedContent/websocket/resource
s/expect-successful-construction.html"); | 24 window.open("https://127.0.0.1:8443/security/mixedContent/websocket/resource
s/expect-successful-construction.html"); |
| 25 }); | 25 }); |
| 26 | 26 |
| 27 </script> | 27 </script> |
| 28 </head> | 28 </head> |
| 29 <body> | 29 <body> |
| 30 </body> | 30 </body> |
| 31 </html> | 31 </html> |
| OLD | NEW |