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

Unified Diff: LayoutTests/http/tests/websocket/reserved-bits-expected.txt

Issue 817733004: WebSocket layout tests clean up (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 11 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: LayoutTests/http/tests/websocket/reserved-bits-expected.txt
diff --git a/LayoutTests/http/tests/websocket/reserved-bits-expected.txt b/LayoutTests/http/tests/websocket/reserved-bits-expected.txt
index 8335e509a297a99ec29df0e97d5b176f07c680e6..6c3931f62162784dee78baf4b8561a46a0314ef2 100644
--- a/LayoutTests/http/tests/websocket/reserved-bits-expected.txt
+++ b/LayoutTests/http/tests/websocket/reserved-bits-expected.txt
@@ -9,22 +9,27 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
Case compressed=false&bitNumber=1: Test started.
onopen() was called.
+PASS onerror() was called.
onclose() was called.
PASS closeEvent.wasClean is false
Case compressed=false&bitNumber=2: Test started.
onopen() was called.
+PASS onerror() was called.
onclose() was called.
PASS closeEvent.wasClean is false
Case compressed=false&bitNumber=3: Test started.
onopen() was called.
+PASS onerror() was called.
onclose() was called.
PASS closeEvent.wasClean is false
Case compressed=true&bitNumber=2: Test started.
onopen() was called.
+PASS onerror() was called.
onclose() was called.
PASS closeEvent.wasClean is false
Case compressed=true&bitNumber=3: Test started.
onopen() was called.
+PASS onerror() was called.
onclose() was called.
PASS closeEvent.wasClean is false
PASS successfullyParsed is true

Powered by Google App Engine
This is Rietveld 408576698