Skip to content

Commit

Permalink
Bug 1523562 [wpt PR 14417] - Update RTCPeerConnection-helper.js, a=te…
Browse files Browse the repository at this point in the history
…stonly

Automatic update from web-platform-tests
Update RTCPeerConnection-helper.js (#14417)

* Update RTCPeerConnection-helper.js according changes proposed in web-platform-tests/wpt#13499
* Modernize doSignalingHandshake
--

wpt-commits: b75b876e7d5843582f21e5b52c54d509dffb6da0
wpt-pr: 14417

UltraBlame original commit: 603e8e8097b742115dca2e195f59f65618b97ac0
  • Loading branch information
marco-c committed Oct 4, 2019
1 parent dede800 commit d573093
Show file tree
Hide file tree
Showing 3 changed files with 321 additions and 96 deletions.
16 changes: 8 additions & 8 deletions testing/web-platform/tests/webrtc/RTCDataChannel-send.html
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@
blobToArrayBuffer
/
/
assert_equals_array_buffer
assert_equals_typed_array
/
*
6
Expand Down Expand Up @@ -966,7 +966,7 @@
'
)
;
assert_equals_array_buffer
assert_equals_typed_array
(
messageBuffer
helloBuffer
Expand Down Expand Up @@ -1120,7 +1120,7 @@
'
)
;
assert_equals_array_buffer
assert_equals_typed_array
(
messageBuffer
helloBuffer
Expand Down Expand Up @@ -1269,7 +1269,7 @@
'
)
;
assert_equals_array_buffer
assert_equals_typed_array
(
messageBuffer
helloBuffer
Expand Down Expand Up @@ -1446,7 +1446,7 @@
'
)
;
assert_equals_array_buffer
assert_equals_typed_array
(
messageBuffer
helloBuffer
Expand Down Expand Up @@ -1644,7 +1644,7 @@
'
)
;
assert_equals_array_buffer
assert_equals_typed_array
(
messageBuffer
helloBuffer
Expand Down Expand Up @@ -1728,7 +1728,7 @@
3
)
{
assert_equals_array_buffer
assert_equals_typed_array
(
receivedMessages
[
Expand All @@ -1748,7 +1748,7 @@
unicodeString
)
;
assert_equals_array_buffer
assert_equals_typed_array
(
receivedMessages
[
Expand Down
Loading

0 comments on commit d573093

Please sign in to comment.