Skip to content

Commit

Permalink
Bug 1452928 [wpt PR 8449] - Add more XMLHttpRequest overrideMimeType(…
Browse files Browse the repository at this point in the history
…) tests, a=testonly

Automatic update from web-platform-testsAdd more XMLHttpRequest overrideMimeType() tests

For whatwg/xhr#157, whatwg/xhr#174, and whatwg/mimesniff#42.
--

wpt-commits: ae41496630ba35cff974877498383f1280ca07c2
wpt-pr: 8449

UltraBlame original commit: a743786f569a9e77f8c86a2882abee702f58f981
  • Loading branch information
marco-c committed Oct 2, 2019
1 parent de84a67 commit b2a6c8b
Show file tree
Hide file tree
Showing 5 changed files with 596 additions and 197 deletions.
62 changes: 59 additions & 3 deletions testing/web-platform/meta/MANIFEST.json
Original file line number Diff line number Diff line change
Expand Up @@ -2426213,6 +2426213,40 @@ xhr
/
overridemimetype
-
edge
-
cases
.
window
.
js
"
:
[
[
"
/
xhr
/
overridemimetype
-
edge
-
cases
.
window
.
html
"
{
}
]
]
"
xhr
/
overridemimetype
-
headers
-
received
Expand Down Expand Up @@ -3863267,7 +3863301,7 @@ json
:
[
"
9271134541b22f4af44b6d179606c7a6cb8f3227
b214e6025adc09d310f47eea34f2ea316f6132ec
"
"
support
Expand Down Expand Up @@ -4146648,7 +4146682,7 @@ html
:
[
"
462d95dec7146c2a7beba5d8b2285fd2b8460002
38a7f6e2871ac0def651e5b82bb8a43b061633bb
"
"
testharness
Expand Down Expand Up @@ -4146679,6 +4146713,28 @@ xhr
/
overridemimetype
-
edge
-
cases
.
window
.
js
"
:
[
"
a76e1c81a86823765be280747d2fa6994395cc25
"
"
testharness
"
]
"
xhr
/
overridemimetype
-
headers
-
received
Expand Down Expand Up @@ -4149276,7 +4149332,7 @@ htm
:
[
"
538d6d5121157e04c44fd947140f2c913dc3b65e
d08dd5c1d0b21b639389dfc1deec65215b3334dc
"
"
testharness
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2663,6 +2663,20 @@ input
"
:
"
/
"
"
output
"
:
null
}
{
"
input
"
:
"
bogus
"
"
Expand Down Expand Up @@ -2757,6 +2771,20 @@ input
"
:
"
/
"
"
output
"
:
null
}
{
"
input
"
:
"
text
/
html
Expand Down
Loading

0 comments on commit b2a6c8b

Please sign in to comment.