Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(309)

Side by Side Diff: LayoutTests/http/tests/security/mixedContent/laxChecking/websocket/insecure-websocket-in-secure-page-worker-allowed.html

Issue 356843006: Add "lax mixed content checking" runtime flag. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Test. Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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 10 matching lines...) Expand all
21 }), false); 21 }), false);
22 22
23 window.open("https://127.0.0.1:8443/security/mixedContent/websocket/resource s/expect-successful-construction-worker.html"); 23 window.open("https://127.0.0.1:8443/security/mixedContent/websocket/resource s/expect-successful-construction-worker.html");
24 }); 24 });
25 25
26 </script> 26 </script>
27 </head> 27 </head>
28 <body> 28 <body>
29 </body> 29 </body>
30 </html> 30 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698