106 lines
3 KiB
INI
106 lines
3 KiB
INI
[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 <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: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
|