Skip to content

Commit 23f6540

Browse files
committed
Bug 1452562 [wpt PR 10348] - Allow range headers to pass through a service worker, a=testonly
Automatic update from web-platform-testsAllow range headers to pass through a service worker (#10348) Tests for whatwg/fetch#560 -- wpt-commits: fb6d16d92af29262b6137b79e61f0c4b136c6ac1 wpt-pr: 10348 UltraBlame original commit: 8b458f3d30b63afa745527bc31744f4971749224
1 parent e39f3ab commit 23f6540

File tree

11 files changed

+4295
-6
lines changed

11 files changed

+4295
-6
lines changed

testing/web-platform/meta/MANIFEST.json

Lines changed: 425 additions & 1 deletion
Large diffs are not rendered by default.

testing/web-platform/tests/fetch/range/general.any.js

Lines changed: 429 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,70 @@
1+
/
2+
/
3+
META
4+
:
5+
script
6+
=
7+
resources
8+
/
9+
utils
10+
.
11+
js
12+
/
13+
/
14+
It
15+
'
16+
s
17+
weird
18+
that
19+
browsers
20+
do
21+
this
22+
but
23+
it
24+
should
25+
continue
26+
to
27+
work
28+
.
29+
promise_test
30+
(
31+
async
32+
t
33+
=
34+
>
35+
{
36+
await
37+
loadScript
38+
(
39+
'
40+
resources
41+
/
42+
partial
43+
-
44+
script
45+
.
46+
py
47+
?
48+
pretend
49+
-
50+
offset
51+
=
52+
90000
53+
'
54+
)
55+
;
56+
assert_true
57+
(
58+
self
59+
.
60+
scriptExecuted
61+
)
62+
;
63+
}
64+
Script
65+
executed
66+
from
67+
partial
68+
response
69+
)
70+
;
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<
2+
!
3+
DOCTYPE
4+
html
5+
>

0 commit comments

Comments
 (0)