commit 2f2552a10b43abf7e4238feaa1d74bad55ffd03c
parent aed448c6d47bbe3ef8a636d39447223d8f12db24
Author: Jan-Niklas Jaeschke <jjaschke@mozilla.com>
Date: Tue, 28 Oct 2025 17:18:27 +0000
Bug 1970123, part 11 - Navigation API: Update idlHarness. r=dom-core,webidl,smaug
Differential Revision: https://phabricator.services.mozilla.com/D270343
Diffstat:
2 files changed, 6 insertions(+), 24 deletions(-)
diff --git a/dom/tests/mochitest/general/test_interfaces.js b/dom/tests/mochitest/general/test_interfaces.js
@@ -1012,6 +1012,12 @@ let interfaceNamesInGlobalScope = [
// IMPORTANT: Do not change this list without review from a DOM peer!
{ name: "NavigationHistoryEntry", insecureContext: true, disabled: true },
// IMPORTANT: Do not change this list without review from a DOM peer!
+ {
+ name: "NavigationPrecommitController",
+ insecureContext: true,
+ disabled: true,
+ },
+ // IMPORTANT: Do not change this list without review from a DOM peer!
"NavigationPreloadManager",
// IMPORTANT: Do not change this list without review from a DOM peer!
{ name: "NavigationTransition", insecureContext: true, disabled: true },
diff --git a/testing/web-platform/meta/html/dom/idlharness.https.html.ini b/testing/web-platform/meta/html/dom/idlharness.https.html.ini
@@ -1934,30 +1934,6 @@ prefs: [dom.security.featurePolicy.experimental.enabled:true, dom.security.featu
[CommandEvent interface: existence and properties of interface prototype object's @@unscopables property]
expected: [FAIL, PASS]
- [NavigationTransition interface: attribute committed]
- expected: FAIL
-
- [NavigationPrecommitController interface: existence and properties of interface object]
- expected: FAIL
-
- [NavigationPrecommitController interface object length]
- expected: FAIL
-
- [NavigationPrecommitController interface object name]
- expected: FAIL
-
- [NavigationPrecommitController interface: existence and properties of interface prototype object]
- expected: FAIL
-
- [NavigationPrecommitController interface: existence and properties of interface prototype object's "constructor" property]
- expected: FAIL
-
- [NavigationPrecommitController interface: existence and properties of interface prototype object's @@unscopables property]
- expected: FAIL
-
- [NavigationPrecommitController interface: operation redirect(USVString, optional NavigationNavigateOptions)]
- expected: FAIL
-
[idlharness.https.html?include=HTML.+]
[HTMLElement interface: attribute writingSuggestions]