From 3cf9565a1a195ee1838838dba5b2010d2b58c54b Mon Sep 17 00:00:00 2001 From: Josh Matthews Date: Tue, 5 May 2020 09:30:41 -0400 Subject: [PATCH] Add OptionalFeatureUnsupportedError to expected interfaces. --- tests/wpt/mozilla/meta/MANIFEST.json | 2 +- tests/wpt/mozilla/tests/mozilla/interfaces.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/wpt/mozilla/meta/MANIFEST.json b/tests/wpt/mozilla/meta/MANIFEST.json index 76fedc21ad0..a362b43889f 100644 --- a/tests/wpt/mozilla/meta/MANIFEST.json +++ b/tests/wpt/mozilla/meta/MANIFEST.json @@ -10988,7 +10988,7 @@ [] ], "interfaces.js": [ - "1b841f053a231bf78d29ffe68e59455363c61502", + "f62df6b9c75332a2918b18ec70acfc5d7a795ac0", [] ], "nested_asap_script.js": [ diff --git a/tests/wpt/mozilla/tests/mozilla/interfaces.js b/tests/wpt/mozilla/tests/mozilla/interfaces.js index 1b841f053a2..f62df6b9c75 100644 --- a/tests/wpt/mozilla/tests/mozilla/interfaces.js +++ b/tests/wpt/mozilla/tests/mozilla/interfaces.js @@ -59,7 +59,7 @@ function test_interfaces(interfaceNamesInGlobalScope) { var sources = [ ecmaGlobals, interfaceNamesInGlobalScope, - ["AssertionError", "EventWatcher", "PreconditionFailedError"], + ["AssertionError", "EventWatcher", "OptionalFeatureUnsupportedError"], ]; var interfaceMap = {};