mirror of
https://github.com/servo/servo.git
synced 2025-08-15 10:25:32 +01:00
Auto merge of #16099 - nox:tungstenite, r=jdm
Properly follow the spec in WebSocket::Constructor <!-- Reviewable:start --> This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/16099) <!-- Reviewable:end -->
This commit is contained in:
commit
189b0d9094
11 changed files with 183 additions and 204 deletions
|
@ -0,0 +1,6 @@
|
|||
[Create-Secure-blocked-port.htm]
|
||||
type: testharness
|
||||
[W3C WebSocket API - Create Secure WebSocket - Pass a URL with a blocked port - SECURITY_ERR should be thrown]
|
||||
expected: FAIL
|
||||
bug: https://github.com/w3c/web-platform-tests/pull/5212
|
||||
|
|
@ -1,8 +1,13 @@
|
|||
[007.html]
|
||||
type: testharness
|
||||
[WebSockets: when to process set-cookie fields in ws response]
|
||||
expected: FAIL
|
||||
bug: https://github.com/w3c/web-platform-tests/issues/5213
|
||||
|
||||
|
||||
[007.html?wss]
|
||||
type: testharness
|
||||
[WebSockets: when to process set-cookie fields in ws response]
|
||||
expected: FAIL
|
||||
bug: https://github.com/w3c/web-platform-tests/issues/5213
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue