Update web-platform-tests to revision 58133dd71b16037669a0aa011b2afd448b52d434.

This commit is contained in:
Ms2ger
2015-08-11 17:14:59 +02:00
parent 84c4a26e4d
commit 88ea7c4291
192 changed files with 50802 additions and 1334 deletions

View File

@@ -20,7 +20,6 @@ object-src 'none'; script-src 'self' 'unsafe-inline'; connect-src 'self';
var allTypes = "";
var appletMimeType = "application/x-java-applet";
for (var i = 0; i < len; i++) {
console.log("Found navigator.mimeType " + navigator.mimeTypes[i].type);
allTypes += navigator.mimeTypes[i].type + ';';
}
if (allTypes.indexOf(appletMimeType) == -1) {