mirror of
https://github.com/servo/servo.git
synced 2025-08-18 11:55:39 +01:00
Sync WPT with upstream (04-02-2024) (#31256)
* Update web-platform-tests to revision b'faa6d42ce21d126155dee771786ad7c74efbcba5' * Update test expectation --------- Co-authored-by: cybai <cyb.ai.815@gmail.com>
This commit is contained in:
parent
e588e93b3b
commit
29c206a702
446 changed files with 10836 additions and 3899 deletions
|
@ -0,0 +1,69 @@
|
|||
[websocket-error.any.worker.html]
|
||||
[WebSocketError defaults should be correct]
|
||||
expected: FAIL
|
||||
|
||||
[WebSocketError should be initialised from arguments]
|
||||
expected: FAIL
|
||||
|
||||
[new WebSocketError with invalid code 999 should throw]
|
||||
expected: FAIL
|
||||
|
||||
[new WebSocketError with invalid code 1001 should throw]
|
||||
expected: FAIL
|
||||
|
||||
[new WebSocketError with invalid code 2999 should throw]
|
||||
expected: FAIL
|
||||
|
||||
[new WebSocketError with invalid code 5000 should throw]
|
||||
expected: FAIL
|
||||
|
||||
[passing only close code to WebSocketError should work]
|
||||
expected: FAIL
|
||||
|
||||
[passing a non-empty reason should cause the close code to be set to 1000]
|
||||
expected: FAIL
|
||||
|
||||
[overlong reason should throw]
|
||||
expected: FAIL
|
||||
|
||||
[reason should be rejected based on utf-8 bytes, not character count]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[websocket-error.any.sharedworker.html]
|
||||
expected: ERROR
|
||||
|
||||
[websocket-error.any.html]
|
||||
[WebSocketError defaults should be correct]
|
||||
expected: FAIL
|
||||
|
||||
[WebSocketError should be initialised from arguments]
|
||||
expected: FAIL
|
||||
|
||||
[new WebSocketError with invalid code 999 should throw]
|
||||
expected: FAIL
|
||||
|
||||
[new WebSocketError with invalid code 1001 should throw]
|
||||
expected: FAIL
|
||||
|
||||
[new WebSocketError with invalid code 2999 should throw]
|
||||
expected: FAIL
|
||||
|
||||
[new WebSocketError with invalid code 5000 should throw]
|
||||
expected: FAIL
|
||||
|
||||
[passing only close code to WebSocketError should work]
|
||||
expected: FAIL
|
||||
|
||||
[passing a non-empty reason should cause the close code to be set to 1000]
|
||||
expected: FAIL
|
||||
|
||||
[overlong reason should throw]
|
||||
expected: FAIL
|
||||
|
||||
[reason should be rejected based on utf-8 bytes, not character count]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[websocket-error.any.serviceworker.html]
|
||||
expected: ERROR
|
Loading…
Add table
Add a link
Reference in a new issue