mirror of
https://github.com/servo/servo.git
synced 2025-08-26 23:58:20 +01:00
Update web-platform-tests to revision 6be7f242bbcec40802cda8f670bbec31570dd077
This commit is contained in:
parent
2b9acb12dd
commit
9882351fad
78 changed files with 1911 additions and 118 deletions
|
@ -14,7 +14,7 @@ const get_url = (mime, outcome) => {
|
|||
return url
|
||||
}
|
||||
|
||||
[null, "", "x", "x/x"].forEach(function(mime) {
|
||||
[null, "", "x", "x/x", "text/html", "text/json"].forEach(function(mime) {
|
||||
try {
|
||||
importScripts(get_url(mime))
|
||||
} catch(e) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue