Update web-platform-tests to revision 58eb04cecbbec2e18531ab440225e38944a9c444

This commit is contained in:
Josh Matthews 2017-04-17 12:06:02 +10:00 committed by Anthony Ramine
parent 25e8bf69e6
commit 665817d2a6
35333 changed files with 1818077 additions and 16036 deletions

View file

@ -19974,7 +19974,7 @@
},
"paths": {
"./lint.whitelist": [
"dda02f5662390c7b09417454f97ba06876e7ce31",
"05d60cf6c75b15a18cbd0b0526ea9edea7d933f9",
"support"
],
"css/100x100_green.png": [
@ -25722,7 +25722,7 @@
"testharness"
],
"mozilla/interfaces.js": [
"f218b241a43dbc8d8d9e2422b5b7999c0a0d95a8",
"de8259360671809646a21a5af3d7d87fd1da91a7",
"support"
],
"mozilla/interfaces.worker.js": [

View file

@ -17,9 +17,12 @@
## Legacy errors ##
CONSOLE:*
MISSING-LINK:*
NON-EXISTENT-REF:*
OPEN-NO-MODE:*
PATH LENGTH:*
PRINT STATEMENT:*
SET TIMEOUT:*
TRAILING WHITESPACE:*
## CSSWG-only checks ##

View file

@ -56,7 +56,7 @@ function test_interfaces(interfaceNamesInGlobalScope) {
var sources = [
ecmaGlobals,
interfaceNamesInGlobalScope,
["EventWatcher"],
["AssertionError", "EventWatcher"],
];
var interfaceMap = {};