From 26a029d407be480d791972afb5975cf62c9360a6 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 02:47:55 +0200 Subject: Adding upstream version 124.0.1. Signed-off-by: Daniel Baumann --- .../meta/url/url-setters-a-area.window.js.ini | 118 +++++++++++++++++++++ 1 file changed, 118 insertions(+) create mode 100644 testing/web-platform/meta/url/url-setters-a-area.window.js.ini (limited to 'testing/web-platform/meta/url/url-setters-a-area.window.js.ini') diff --git a/testing/web-platform/meta/url/url-setters-a-area.window.js.ini b/testing/web-platform/meta/url/url-setters-a-area.window.js.ini new file mode 100644 index 0000000000..f5c7d2dbff --- /dev/null +++ b/testing/web-platform/meta/url/url-setters-a-area.window.js.ini @@ -0,0 +1,118 @@ +[url-setters-a-area.window.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[url-setters-a-area.window.html?include=javascript] + [: Setting .username = 'wario'] + expected: FAIL + + [: Setting .username = 'wario'] + expected: FAIL + + [: Setting .password = 'bowser'] + expected: FAIL + + [: Setting .password = 'bowser'] + expected: FAIL + + [: Setting .port = '12'] + expected: FAIL + + [: Setting .port = '12'] + expected: FAIL + + +[url-setters-a-area.window.html?include=mailto] + +[url-setters-a-area.window.html?exclude=(file|javascript|mailto)] + [: Setting .port = '65536' Port numbers are 16 bit integers, overflowing is an error] + expected: FAIL + + [: Setting .port = '65536' Port numbers are 16 bit integers, overflowing is an error] + expected: FAIL + + [: Setting .pathname = '' Non-special URLs can have their paths erased] + expected: FAIL + + [: Setting .pathname = '' Non-special URLs can have their paths erased] + expected: FAIL + + [: Setting .pathname = '' Non-special URLs with an empty host can have their paths erased] + expected: FAIL + + [: Setting .pathname = '' Non-special URLs with an empty host can have their paths erased] + expected: FAIL + + [: Setting .pathname = '/.//p' Serialize /. in path] + expected: FAIL + + [: Setting .pathname = '/.//p' Serialize /. in path] + expected: FAIL + + [: Setting .pathname = '/..//p'] + expected: FAIL + + [: Setting .pathname = '/..//p'] + expected: FAIL + + [: Setting .pathname = '//p'] + expected: FAIL + + [: Setting .pathname = '//p'] + expected: FAIL + + [: Setting .pathname = 'space ' Non-special URLs with non-opaque paths percent-encode U+0020] + expected: FAIL + + [: Setting .pathname = 'space ' Non-special URLs with non-opaque paths percent-encode U+0020] + expected: FAIL + + [: Setting .search = '' Do not drop trailing spaces from non-trailing opaque paths] + expected: FAIL + + [: Setting .search = '' Do not drop trailing spaces from non-trailing opaque paths] + expected: FAIL + + +[url-setters-a-area.window.html?include=file] + [: Setting .protocol = 's'] + expected: FAIL + + [: Setting .protocol = 's'] + expected: FAIL + + [: Setting .username = 'test'] + expected: FAIL + + [: Setting .username = 'test'] + expected: FAIL + + [: Setting .password = 'test'] + expected: FAIL + + [: Setting .password = 'test'] + expected: FAIL + + [: Setting .host = 'x:123'] + expected: FAIL + + [: Setting .host = 'x:123'] + expected: FAIL + + [: Setting .hostname = 'x:123'] + expected: FAIL + + [: Setting .hostname = 'x:123'] + expected: FAIL + + [: Setting .port = '12'] + expected: FAIL + + [: Setting .port = '12'] + expected: FAIL + + [: Setting .pathname = '\\\\' File URLs and (back)slashes] + expected: FAIL + + [: Setting .pathname = '\\\\' File URLs and (back)slashes] + expected: FAIL -- cgit v1.2.3