Update web-platform-tests to revision 6be7f242bbcec40802cda8f670bbec31570dd077

This commit is contained in:
WPT Sync Bot 2018-02-14 20:08:42 -05:00
parent 2b9acb12dd
commit 9882351fad
78 changed files with 1911 additions and 118 deletions

View file

@ -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) {