mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Update web-platform-tests to revision 181f8381fe9373e027f4b5ba5d1439843ad2c2e6
This commit is contained in:
parent
0dda115609
commit
0355b8e70d
105 changed files with 2775 additions and 764 deletions
|
@ -156,9 +156,7 @@ test(() => {
|
|||
assert_sections(WebAssembly.Module.customSections(module, "na\uFFFDme"), [
|
||||
bytes,
|
||||
]);
|
||||
assert_sections(WebAssembly.Module.customSections(module, "na\uDC01me"), [
|
||||
bytes,
|
||||
]);
|
||||
assert_sections(WebAssembly.Module.customSections(module, "na\uDC01me"), []);
|
||||
}, "Custom sections with U+FFFD");
|
||||
|
||||
test(() => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue