mirror of
https://github.com/servo/servo.git
synced 2025-08-12 08:55:32 +01:00
Update web-platform-tests to revision 0a518aaff73532a26e175789f7e75fa99593ac64
This commit is contained in:
parent
9c172f49d0
commit
abcd4b654f
92 changed files with 2869 additions and 642 deletions
|
@ -6,9 +6,9 @@
|
|||
<div id=log></div>
|
||||
<script>
|
||||
async_test(function(t) {
|
||||
var ws = new WebSocket(SCHEME_DOMAIN_PORT+'/echo-query?x\u0000');
|
||||
var ws = new WebSocket(SCHEME_DOMAIN_PORT+'/echo-query?x\u0000y\u0000');
|
||||
ws.onmessage = t.step_func(function(e) {
|
||||
assert_equals(e.data, 'x%00');
|
||||
assert_equals(e.data, 'x%00y');
|
||||
ws.close();
|
||||
t.done();
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue