mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Expect new PreconditionFailedError interface during WPT tests.
This commit is contained in:
parent
eb05af27d2
commit
610d7d48be
3 changed files with 1 additions and 9 deletions
|
@ -1,4 +0,0 @@
|
|||
[interfaces.html]
|
||||
[Interfaces exposed on the window]
|
||||
expected: FAIL
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
[interfaces.worker.html]
|
||||
[interfaces]
|
||||
expected: FAIL
|
||||
|
|
@ -55,7 +55,7 @@ function test_interfaces(interfaceNamesInGlobalScope) {
|
|||
var sources = [
|
||||
ecmaGlobals,
|
||||
interfaceNamesInGlobalScope,
|
||||
["AssertionError", "EventWatcher"],
|
||||
["AssertionError", "EventWatcher", "PreconditionFailedError"],
|
||||
];
|
||||
|
||||
var interfaceMap = {};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue