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

Unified Diff: LayoutTests/http/tests/websocket/invalid-encode-length-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/invalid-encode-length-expected.txt
diff --git a/LayoutTests/http/tests/websocket/invalid-encode-length-expected.txt b/LayoutTests/http/tests/websocket/invalid-encode-length-expected.txt
index 9cc40777af083ee0e3b6559e4a1c43c99eeda46d..bca8ac5bb905124e5b8ed3d59570bdaf706ff4af 100644
--- a/LayoutTests/http/tests/websocket/invalid-encode-length-expected.txt
+++ b/LayoutTests/http/tests/websocket/invalid-encode-length-expected.txt
@@ -8,18 +8,22 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
Case 126_125: Test started.
onopen() was called.
+PASS onerror() was called
onclose() was called.
PASS closeEvent.wasClean is false
Case 126_0: Test started.
onopen() was called.
+PASS onerror() was called
onclose() was called.
PASS closeEvent.wasClean is false
Case 127_65535: Test started.
onopen() was called.
+PASS onerror() was called
onclose() was called.
PASS closeEvent.wasClean is false
Case 127_0: 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