summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/url/url-setters-a-area.window.js.ini
blob: f5c7d2dbffe9879ce2407c517153c3256a5956b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
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