mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Auto merge of #7885 - jimberlage:7858/null-message, r=Ms2ger
Creates empty string when passed null This should fix #7858. An empty `USVString` is now used when `data` is `None`. <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/7885) <!-- Reviewable:end -->
This commit is contained in:
commit
8c81d9ab28
5 changed files with 3 additions and 44 deletions
|
@ -8733,18 +8733,6 @@
|
|||
[Location interface: window.location must have own property "reload"]
|
||||
expected: FAIL
|
||||
|
||||
[WebSocket interface: operation send(DOMString)]
|
||||
expected: FAIL
|
||||
|
||||
[WebSocket interface: operation send(Blob)]
|
||||
expected: FAIL
|
||||
|
||||
[WebSocket interface: operation send(ArrayBuffer)]
|
||||
expected: FAIL
|
||||
|
||||
[WebSocket interface: operation send(ArrayBufferView)]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLOptionElement must be primary interface of new Option()]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -15,18 +15,6 @@
|
|||
[WebSocket interface: attribute protocol]
|
||||
expected: FAIL
|
||||
|
||||
[WebSocket interface: operation send(DOMString)]
|
||||
expected: FAIL
|
||||
|
||||
[WebSocket interface: operation send(Blob)]
|
||||
expected: FAIL
|
||||
|
||||
[WebSocket interface: operation send(ArrayBuffer)]
|
||||
expected: FAIL
|
||||
|
||||
[WebSocket interface: operation send(ArrayBufferView)]
|
||||
expected: FAIL
|
||||
|
||||
[Stringification of new WebSocket("ws://foo")]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -39,18 +27,6 @@
|
|||
[WebSocket interface: new WebSocket("ws://foo") must inherit property "protocol" with the proper type (11)]
|
||||
expected: FAIL
|
||||
|
||||
[WebSocket interface: calling send(DOMString) on new WebSocket("ws://foo") with too few arguments must throw TypeError]
|
||||
expected: FAIL
|
||||
|
||||
[WebSocket interface: calling send(Blob) on new WebSocket("ws://foo") with too few arguments must throw TypeError]
|
||||
expected: FAIL
|
||||
|
||||
[WebSocket interface: calling send(ArrayBuffer) on new WebSocket("ws://foo") with too few arguments must throw TypeError]
|
||||
expected: FAIL
|
||||
|
||||
[WebSocket interface: calling send(ArrayBufferView) on new WebSocket("ws://foo") with too few arguments must throw TypeError]
|
||||
expected: FAIL
|
||||
|
||||
[CloseEvent interface: existence and properties of interface object]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,5 +0,0 @@
|
|||
[001.html]
|
||||
type: testharness
|
||||
[WebSockets: send() with no args]
|
||||
expected: FAIL
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue