diff options
author | Servo WPT Sync <32481905+servo-wpt-sync@users.noreply.github.com> | 2024-03-31 01:15:08 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-31 05:15:08 +0000 |
commit | 8c8d68e415bbea24593476d32f4bb7c46016bca3 (patch) | |
tree | 4edd606a224030e9da475082730ccba393b5431f /tests/wpt/meta/url/idlharness.any.js.ini | |
parent | fff9ef87e6dcd7ccc17f9c6e9a483b70654e1a41 (diff) | |
download | servo-8c8d68e415bbea24593476d32f4bb7c46016bca3.tar.gz servo-8c8d68e415bbea24593476d32f4bb7c46016bca3.zip |
Update web-platform-tests to revision b'16f18d8135a80e89f2e910ca7548999fa2f7937e' (#31951)
Diffstat (limited to 'tests/wpt/meta/url/idlharness.any.js.ini')
-rw-r--r-- | tests/wpt/meta/url/idlharness.any.js.ini | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/wpt/meta/url/idlharness.any.js.ini b/tests/wpt/meta/url/idlharness.any.js.ini new file mode 100644 index 00000000000..8a3aa3c7e6c --- /dev/null +++ b/tests/wpt/meta/url/idlharness.any.js.ini @@ -0,0 +1,14 @@ +[idlharness.any.worker.html] + [URL interface: operation parse(USVString, optional USVString)] + expected: FAIL + + [URL interface: calling parse(USVString, optional USVString) on new URL("http://foo") with too few arguments must throw TypeError] + expected: FAIL + + +[idlharness.any.html] + [URL interface: operation parse(USVString, optional USVString)] + expected: FAIL + + [URL interface: calling parse(USVString, optional USVString) on new URL("http://foo") with too few arguments must throw TypeError] + expected: FAIL |