Skip to content

Commit

Permalink
Bug 1880928 - Update test_interfaces.html expectations for ContentVis…
Browse files Browse the repository at this point in the history
…ibilityAutoStateChangeEvent. a=test-only

Revert of https://hg.mozilla.org/mozilla-central/rev/d563b223de0a99077acb177bd125b4d588557fae since the feature is being disabled on Beta for Fx124.
  • Loading branch information
rvandermeulen committed Mar 4, 2024
1 parent a18b163 commit 8f107d0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion dom/tests/mochitest/general/test_interfaces.js
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,11 @@ let interfaceNamesInGlobalScope = [
// IMPORTANT: Do not change this list without review from a DOM peer!
{ name: "ConstantSourceNode", insecureContext: true },
// IMPORTANT: Do not change this list without review from a DOM peer!
{ name: "ContentVisibilityAutoStateChangeEvent", insecureContext: true },
{
name: "ContentVisibilityAutoStateChangeEvent",
insecureContext: true,
nightly: true,
},
// IMPORTANT: Do not change this list without review from a DOM peer!
{ name: "ConvolverNode", insecureContext: true },
// IMPORTANT: Do not change this list without review from a DOM peer!
Expand Down

0 comments on commit 8f107d0

Please sign in to comment.