--- a/dom/tests/mochitest/general/test_interfaces.js
+++ b/dom/tests/mochitest/general/test_interfaces.js
@@ -290,23 +290,23 @@ var interfaceNamesInGlobalScope =
{name: "DataTransfer", insecureContext: true},
// IMPORTANT: Do not change this list without review from a DOM peer!
{name: "DataTransferItem", insecureContext: true},
// IMPORTANT: Do not change this list without review from a DOM peer!
{name: "DataTransferItemList", insecureContext: true},
// IMPORTANT: Do not change this list without review from a DOM peer!
{name: "DelayNode", insecureContext: true},
// IMPORTANT: Do not change this list without review from a DOM peer!
- {name: "DeviceLightEvent", insecureContext: true, release: true},
+ {name: "DeviceLightEvent", insecureContext: true, disabled: isEarlyBetaOrEarlier},
// IMPORTANT: Do not change this list without review from a DOM peer!
{name: "DeviceMotionEvent", insecureContext: true},
// IMPORTANT: Do not change this list without review from a DOM peer!
{name: "DeviceOrientationEvent", insecureContext: true},
// IMPORTANT: Do not change this list without review from a DOM peer!
- {name: "DeviceProximityEvent", insecureContext: true, release: true},
+ {name: "DeviceProximityEvent", insecureContext: true, disabled: isEarlyBetaOrEarlier},
// IMPORTANT: Do not change this list without review from a DOM peer!
{name: "Directory", insecureContext: true},
// IMPORTANT: Do not change this list without review from a DOM peer!
{name: "Document", insecureContext: true},
// IMPORTANT: Do not change this list without review from a DOM peer!
{name: "DocumentFragment", insecureContext: true},
// IMPORTANT: Do not change this list without review from a DOM peer!
{name: "DocumentTimeline", insecureContext: true, release: false},
@@ -1160,17 +1160,17 @@ var interfaceNamesInGlobalScope =
{name: "U2F", insecureContext: true, disabled: true},
// IMPORTANT: Do not change this list without review from a DOM peer!
{name: "UIEvent", insecureContext: true},
// IMPORTANT: Do not change this list without review from a DOM peer!
{name: "URL", insecureContext: true},
// IMPORTANT: Do not change this list without review from a DOM peer!
{name: "URLSearchParams", insecureContext: true},
// IMPORTANT: Do not change this list without review from a DOM peer!
- {name: "UserProximityEvent", insecureContext: true, release: true},
+ {name: "UserProximityEvent", insecureContext: true, disabled: isEarlyBetaOrEarlier},
// IMPORTANT: Do not change this list without review from a DOM peer!
{name: "ValidityState", insecureContext: true},
// IMPORTANT: Do not change this list without review from a DOM peer!
{name: "VideoPlaybackQuality", insecureContext: true},
// IMPORTANT: Do not change this list without review from a DOM peer!
{name: "VideoStreamTrack", insecureContext: true},
// IMPORTANT: Do not change this list without review from a DOM peer!
{name: "VRDisplay", insecureContext: true, releaseNonWindowsAndMac: false},