mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Update web-platform-tests to revision 55351d32dd26ea3ad42a8f5973e943ba0342c812
This commit is contained in:
parent
1b7223a284
commit
81d0cdbb2c
159 changed files with 2809 additions and 967 deletions
|
@ -72,8 +72,8 @@ test(() => {
|
|||
'♥',
|
||||
'decode() should decode full sequence');
|
||||
assert_throws_js(TypeError,
|
||||
() => decoder.decode(new DataView(bytes.buffer, 0, 2)),
|
||||
'decode() should throw on incomplete sequence');
|
||||
() => decoder.decode(new DataView(bytes.buffer, 0, 2)),
|
||||
'decode() should throw on incomplete sequence');
|
||||
assert_equals(decoder.decode(new DataView(bytes.buffer, 0, 3)),
|
||||
'♥',
|
||||
'decode() should not throw on subsequent call');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue