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

Unified Diff: Tools/Scripts/webkitpy/layout_tests/port/base.py

Issue 222153002: Disallow connecting an insecure WebSocket from a secure page. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase Created 6 years, 8 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/modules/websockets/WorkerThreadableWebSocketChannel.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Tools/Scripts/webkitpy/layout_tests/port/base.py
diff --git a/Tools/Scripts/webkitpy/layout_tests/port/base.py b/Tools/Scripts/webkitpy/layout_tests/port/base.py
index 415e5e3040db0182cf5cfff4a91818b11a705df8..f7b4c5ba67ebccf4c8c317a7bf4ae226c8bc3cd4 100644
--- a/Tools/Scripts/webkitpy/layout_tests/port/base.py
+++ b/Tools/Scripts/webkitpy/layout_tests/port/base.py
@@ -1592,6 +1592,9 @@ class Port(object):
VirtualTestSuite('stable',
'http/tests/websocket',
['--stable-release-mode']),
+ VirtualTestSuite('stable',
+ 'http/tests/security/mixedContent/websocket',
+ ['--stable-release-mode']),
VirtualTestSuite('linux-subpixel',
'platform/linux/fast/text/subpixel',
['--enable-webkit-text-subpixel-positioning']),
« no previous file with comments | « Source/modules/websockets/WorkerThreadableWebSocketChannel.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698