Expect new PreconditionFailedError interface during WPT tests.

This commit is contained in:
Josh Matthews 2019-11-13 16:57:10 -05:00
parent eb05af27d2
commit 610d7d48be
3 changed files with 1 additions and 9 deletions

View file

@ -1,4 +0,0 @@
[interfaces.html]
[Interfaces exposed on the window]
expected: FAIL

View file

@ -1,4 +0,0 @@
[interfaces.worker.html]
[interfaces]
expected: FAIL

View file

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