Issue #1375 - Merge CustomElements pref with Webcomponents Pref

This commit is contained in:
Matt A. Tobin 2020-04-17 07:44:11 -04:00 committed by Roy Tam
commit 04a69cbc34
5 changed files with 4 additions and 6 deletions

View file

@ -47,7 +47,7 @@ test();
// test with webcomponents disabled
SimpleTest.waitForExplicitFinish();
SpecialPowers.pushPrefEnv(
{ 'set': [["dom.webcomponents.customelements.enabled", false]]}, runTest);
{ 'set': [["dom.webcomponents.enabled", false]]}, runTest);
</script>
</pre>