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:
bors-servo 2017-03-24 01:46:14 -07:00 committed by GitHub
commit 189b0d9094
11 changed files with 183 additions and 204 deletions

View file

@ -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

View file

@ -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