mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-22 16:37:31 +09:00
Issue #1375 - Merge CustomElements pref with Webcomponents Pref
This commit is contained in:
parent
ca48752304
commit
04a69cbc34
5 changed files with 4 additions and 6 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue