mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
Trigger WebSocket error event
Trigger a WebSocket error after receiving an invalid message from the server
This commit is contained in:
parent
b188cb542e
commit
4f736e6f7c
9 changed files with 23 additions and 46 deletions
|
@ -1,6 +1,5 @@
|
|||
[010.html]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
||||
[WebSockets: protocol in response but no requested protocol]
|
||||
expected: TIMEOUT
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,6 +0,0 @@
|
|||
[011.html]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
||||
[WebSockets: protocol mismatch]
|
||||
expected: TIMEOUT
|
||||
|
4
tests/wpt/metadata/websockets/cookies/005.html.ini
Normal file
4
tests/wpt/metadata/websockets/cookies/005.html.ini
Normal file
|
@ -0,0 +1,4 @@
|
|||
[005.html]
|
||||
type: testharness
|
||||
[WebSockets: setting HttpOnly cookies in ws response, checking ws request]
|
||||
expected: FAIL
|
|
@ -1,6 +0,0 @@
|
|||
[015.html]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
||||
[WebSockets: instanceof on events]
|
||||
expected: TIMEOUT
|
||||
|
|
@ -1,6 +0,0 @@
|
|||
[017.html]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
||||
[WebSockets: this, e.target, e.currentTarget, e.eventPhase]
|
||||
expected: TIMEOUT
|
||||
|
|
@ -1,9 +0,0 @@
|
|||
[018.html]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
||||
[error event]
|
||||
expected: TIMEOUT
|
||||
|
||||
[close event]
|
||||
expected: TIMEOUT
|
||||
|
|
@ -1,6 +1,5 @@
|
|||
[005.html]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
||||
[WebSockets: proper first line]
|
||||
expected: TIMEOUT
|
||||
expected: FAIL
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue