From 874330d4538bd4704730d57fa35fd678c7d6fbf2 Mon Sep 17 00:00:00 2001 From: Moonchild Date: Mon, 25 Jan 2021 23:18:58 +0000 Subject: Issue #1719 - Make pref-controlled and disable by default. Resolves #1719 --- dom/tests/mochitest/general/test_interfaces.html | 2 -- dom/tests/mochitest/webcomponents/htmlconstructor_builtin_tests.js | 1 - 2 files changed, 3 deletions(-) (limited to 'dom/tests/mochitest') diff --git a/dom/tests/mochitest/general/test_interfaces.html b/dom/tests/mochitest/general/test_interfaces.html index eb09f5962..5eb47d101 100644 --- a/dom/tests/mochitest/general/test_interfaces.html +++ b/dom/tests/mochitest/general/test_interfaces.html @@ -496,8 +496,6 @@ var interfaceNamesInGlobalScope = "HTMLMediaElement", // IMPORTANT: Do not change this list without review from a DOM peer! "HTMLMenuElement", -// IMPORTANT: Do not change this list without review from a DOM peer! - "HTMLMenuItemElement", // IMPORTANT: Do not change this list without review from a DOM peer! "HTMLMetaElement", // IMPORTANT: Do not change this list without review from a DOM peer! diff --git a/dom/tests/mochitest/webcomponents/htmlconstructor_builtin_tests.js b/dom/tests/mochitest/webcomponents/htmlconstructor_builtin_tests.js index 0b04971e3..c3d9a241d 100644 --- a/dom/tests/mochitest/webcomponents/htmlconstructor_builtin_tests.js +++ b/dom/tests/mochitest/webcomponents/htmlconstructor_builtin_tests.js @@ -71,7 +71,6 @@ ['map', 'Map'], ['mark', ''], ['menu', 'Menu'], - ['menuitem', 'MenuItem'], ['meta', 'Meta'], ['meter', 'Meter'], ['nav', ''], -- cgit v1.2.3