Skip to content

Commit 4251224

Browse files
committed
Bug 1527661 [wpt PR 15356] - HTML: <form rel>, a=testonly
Automatic update from web-platform-tests HTML: <form rel> (#15356) For whatwg/html#4332. -- wpt-commits: b44dacf7a939fd93f3afb0c46f8f89d71ea20409 wpt-pr: 15356 UltraBlame original commit: 16b6e709d409e86ea85e951e25ac4752fd4c9aba
1 parent 7964d0e commit 4251224

File tree

7 files changed

+1126
-0
lines changed

7 files changed

+1126
-0
lines changed
Lines changed: 153 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,153 @@
1+
<
2+
!
3+
DOCTYPE
4+
html
5+
>
6+
<
7+
title
8+
>
9+
&
10+
lt
11+
;
12+
form
13+
rel
14+
>
15+
with
16+
&
17+
lt
18+
;
19+
base
20+
target
21+
>
22+
<
23+
/
24+
title
25+
>
26+
<
27+
script
28+
src
29+
=
30+
"
31+
/
32+
resources
33+
/
34+
testharness
35+
.
36+
js
37+
"
38+
>
39+
<
40+
/
41+
script
42+
>
43+
<
44+
script
45+
src
46+
=
47+
"
48+
/
49+
resources
50+
/
51+
testharnessreport
52+
.
53+
js
54+
"
55+
>
56+
<
57+
/
58+
script
59+
>
60+
<
61+
script
62+
src
63+
=
64+
resources
65+
/
66+
reltester
67+
.
68+
js
69+
>
70+
<
71+
/
72+
script
73+
>
74+
<
75+
base
76+
target
77+
=
78+
_blank
79+
>
80+
<
81+
div
82+
id
83+
=
84+
log
85+
>
86+
<
87+
/
88+
div
89+
>
90+
<
91+
form
92+
action
93+
=
94+
resources
95+
/
96+
endpoint
97+
.
98+
html
99+
>
100+
<
101+
input
102+
type
103+
=
104+
hidden
105+
name
106+
=
107+
channelname
108+
>
109+
<
110+
/
111+
form
112+
>
113+
<
114+
script
115+
>
116+
const
117+
submitter
118+
=
119+
document
120+
.
121+
querySelector
122+
(
123+
"
124+
form
125+
"
126+
)
127+
channelInput
128+
=
129+
document
130+
.
131+
querySelector
132+
(
133+
"
134+
input
135+
"
136+
)
137+
;
138+
relTester
139+
(
140+
submitter
141+
channelInput
142+
"
143+
<
144+
base
145+
target
146+
>
147+
"
148+
)
149+
;
150+
<
151+
/
152+
script
153+
>
Lines changed: 156 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,156 @@
1+
<
2+
!
3+
DOCTYPE
4+
html
5+
>
6+
<
7+
title
8+
>
9+
&
10+
lt
11+
;
12+
form
13+
rel
14+
>
15+
with
16+
&
17+
lt
18+
;
19+
button
20+
formtarget
21+
>
22+
<
23+
/
24+
title
25+
>
26+
<
27+
script
28+
src
29+
=
30+
"
31+
/
32+
resources
33+
/
34+
testharness
35+
.
36+
js
37+
"
38+
>
39+
<
40+
/
41+
script
42+
>
43+
<
44+
script
45+
src
46+
=
47+
"
48+
/
49+
resources
50+
/
51+
testharnessreport
52+
.
53+
js
54+
"
55+
>
56+
<
57+
/
58+
script
59+
>
60+
<
61+
script
62+
src
63+
=
64+
resources
65+
/
66+
reltester
67+
.
68+
js
69+
>
70+
<
71+
/
72+
script
73+
>
74+
<
75+
div
76+
id
77+
=
78+
log
79+
>
80+
<
81+
/
82+
div
83+
>
84+
<
85+
form
86+
action
87+
=
88+
resources
89+
/
90+
endpoint
91+
.
92+
html
93+
>
94+
<
95+
input
96+
type
97+
=
98+
hidden
99+
name
100+
=
101+
channelname
102+
>
103+
<
104+
button
105+
type
106+
=
107+
submit
108+
formtarget
109+
=
110+
_blank
111+
>
112+
<
113+
/
114+
form
115+
>
116+
<
117+
script
118+
>
119+
const
120+
submitter
121+
=
122+
document
123+
.
124+
querySelector
125+
(
126+
"
127+
button
128+
"
129+
)
130+
channelInput
131+
=
132+
document
133+
.
134+
querySelector
135+
(
136+
"
137+
input
138+
"
139+
)
140+
;
141+
relTester
142+
(
143+
submitter
144+
channelInput
145+
"
146+
<
147+
button
148+
formtarget
149+
>
150+
"
151+
)
152+
;
153+
<
154+
/
155+
script
156+
>

0 commit comments

Comments
 (0)