summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/url/url-setters-a-area.window.js.ini
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 00:47:55 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 00:47:55 +0000
commit26a029d407be480d791972afb5975cf62c9360a6 (patch)
treef435a8308119effd964b339f76abb83a57c29483 /testing/web-platform/meta/url/url-setters-a-area.window.js.ini
parentInitial commit. (diff)
downloadfirefox-26a029d407be480d791972afb5975cf62c9360a6.tar.xz
firefox-26a029d407be480d791972afb5975cf62c9360a6.zip
Adding upstream version 124.0.1.upstream/124.0.1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'testing/web-platform/meta/url/url-setters-a-area.window.js.ini')
-rw-r--r--testing/web-platform/meta/url/url-setters-a-area.window.js.ini118
1 files changed, 118 insertions, 0 deletions
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]
+ [<a>: Setting <javascript://x/>.username = 'wario']
+ expected: FAIL
+
+ [<area>: Setting <javascript://x/>.username = 'wario']
+ expected: FAIL
+
+ [<a>: Setting <javascript://x/>.password = 'bowser']
+ expected: FAIL
+
+ [<area>: Setting <javascript://x/>.password = 'bowser']
+ expected: FAIL
+
+ [<a>: Setting <javascript://x/>.port = '12']
+ expected: FAIL
+
+ [<area>: Setting <javascript://x/>.port = '12']
+ expected: FAIL
+
+
+[url-setters-a-area.window.html?include=mailto]
+
+[url-setters-a-area.window.html?exclude=(file|javascript|mailto)]
+ [<a>: Setting <non-special://example.net:8080/path>.port = '65536' Port numbers are 16 bit integers, overflowing is an error]
+ expected: FAIL
+
+ [<area>: Setting <non-special://example.net:8080/path>.port = '65536' Port numbers are 16 bit integers, overflowing is an error]
+ expected: FAIL
+
+ [<a>: Setting <foo://somehost/some/path>.pathname = '' Non-special URLs can have their paths erased]
+ expected: FAIL
+
+ [<area>: Setting <foo://somehost/some/path>.pathname = '' Non-special URLs can have their paths erased]
+ expected: FAIL
+
+ [<a>: Setting <foo:///some/path>.pathname = '' Non-special URLs with an empty host can have their paths erased]
+ expected: FAIL
+
+ [<area>: Setting <foo:///some/path>.pathname = '' Non-special URLs with an empty host can have their paths erased]
+ expected: FAIL
+
+ [<a>: Setting <non-spec:/>.pathname = '/.//p' Serialize /. in path]
+ expected: FAIL
+
+ [<area>: Setting <non-spec:/>.pathname = '/.//p' Serialize /. in path]
+ expected: FAIL
+
+ [<a>: Setting <non-spec:/>.pathname = '/..//p']
+ expected: FAIL
+
+ [<area>: Setting <non-spec:/>.pathname = '/..//p']
+ expected: FAIL
+
+ [<a>: Setting <non-spec:/>.pathname = '//p']
+ expected: FAIL
+
+ [<area>: Setting <non-spec:/>.pathname = '//p']
+ expected: FAIL
+
+ [<a>: Setting <data:/nospace>.pathname = 'space ' Non-special URLs with non-opaque paths percent-encode U+0020]
+ expected: FAIL
+
+ [<area>: Setting <data:/nospace>.pathname = 'space ' Non-special URLs with non-opaque paths percent-encode U+0020]
+ expected: FAIL
+
+ [<a>: Setting <data:space ?query#fragment>.search = '' Do not drop trailing spaces from non-trailing opaque paths]
+ expected: FAIL
+
+ [<area>: Setting <data:space ?query#fragment>.search = '' Do not drop trailing spaces from non-trailing opaque paths]
+ expected: FAIL
+
+
+[url-setters-a-area.window.html?include=file]
+ [<a>: Setting <file://hi/path>.protocol = 's']
+ expected: FAIL
+
+ [<area>: Setting <file://hi/path>.protocol = 's']
+ expected: FAIL
+
+ [<a>: Setting <file://test/>.username = 'test']
+ expected: FAIL
+
+ [<area>: Setting <file://test/>.username = 'test']
+ expected: FAIL
+
+ [<a>: Setting <file://test/>.password = 'test']
+ expected: FAIL
+
+ [<area>: Setting <file://test/>.password = 'test']
+ expected: FAIL
+
+ [<a>: Setting <file://y/>.host = 'x:123']
+ expected: FAIL
+
+ [<area>: Setting <file://y/>.host = 'x:123']
+ expected: FAIL
+
+ [<a>: Setting <file://y/>.hostname = 'x:123']
+ expected: FAIL
+
+ [<area>: Setting <file://y/>.hostname = 'x:123']
+ expected: FAIL
+
+ [<a>: Setting <file://test/>.port = '12']
+ expected: FAIL
+
+ [<area>: Setting <file://test/>.port = '12']
+ expected: FAIL
+
+ [<a>: Setting <file://monkey/>.pathname = '\\\\' File URLs and (back)slashes]
+ expected: FAIL
+
+ [<area>: Setting <file://monkey/>.pathname = '\\\\' File URLs and (back)slashes]
+ expected: FAIL