Skip to content

Commit 1cad3f3

Browse files
committed
Bug 1464525 [wpt PR 11171] - Cross-Origin-Resource-Policy tests, a=testonly
Automatic update from web-platform-testsFetch: Cross-Origin-Resource-Policy tests For whatwg/fetch#733. WebKit export of https://bugs.webkit.org/show_bug.cgi?id=185840. -- wpt-commits: 53f7340307c1c0fa4ab96e79d88c69a7870030f4 wpt-pr: 11171 UltraBlame original commit: 2d3d375085ab145c32c6a3de5589739a3a5ceaf0
1 parent f24bac7 commit 1cad3f3

File tree

14 files changed

+4902
-1
lines changed

14 files changed

+4902
-1
lines changed

testing/web-platform/meta/MANIFEST.json

+691-1
Large diffs are not rendered by default.

testing/web-platform/tests/common/get-host-info.sub.js

+48
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,38 @@ www2
111111
}
112112
'
113113
;
114+
var
115+
NOTSAMESITE_HOST
116+
=
117+
(
118+
ORIGINAL_HOST
119+
=
120+
=
121+
=
122+
'
123+
localhost
124+
'
125+
)
126+
?
127+
'
128+
127
129+
.
130+
0
131+
.
132+
0
133+
.
134+
1
135+
'
136+
:
137+
(
138+
'
139+
not
140+
-
141+
'
142+
+
143+
ORIGINAL_HOST
144+
)
145+
;
114146
return
115147
{
116148
HTTP_PORT
@@ -211,6 +243,22 @@ REMOTE_HOST
211243
'
212244
+
213245
HTTP_PORT
246+
HTTP_NOTSAMESITE_ORIGIN
247+
:
248+
'
249+
http
250+
:
251+
/
252+
/
253+
'
254+
+
255+
NOTSAMESITE_HOST
256+
+
257+
'
258+
:
259+
'
260+
+
261+
HTTP_PORT
214262
HTTP_REMOTE_ORIGIN_WITH_DIFFERENT_PORT
215263
:
216264
'

0 commit comments

Comments
 (0)