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

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..1dad4e8c52f2f911df1393cb583053c6d2fc5430 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
« no previous file with comments | « LayoutTests/http/tests/websocket/reserved-bits.html ('k') | LayoutTests/http/tests/websocket/reserved-opcodes.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698