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

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: Update expectation Created 6 years, 9 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
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 66842c7a794a2ce30696d6b1c04a5d91b1b28200..fbe97976bd6f5e48e4ab46ca13c8e26bec8b8d54 100644
--- a/Tools/Scripts/webkitpy/layout_tests/port/base.py
+++ b/Tools/Scripts/webkitpy/layout_tests/port/base.py
@@ -1593,6 +1593,9 @@ class Port(object):
VirtualTestSuite('stable',
'http/tests/websocket',
['--stable-release-mode']),
+ VirtualTestSuite('stable',
+ 'http/tests/security/mixedContent/websocket',
+ ['--stable-release-mode']),
]
@memoized

Powered by Google App Engine
This is Rietveld 408576698