4 https://bugzilla.mozilla.org/show_bug.cgi?id=1359076
7 <title>Test for Bug
675884</title>
8 <script src=
"/tests/SimpleTest/SimpleTest.js"></script>
9 <link rel=
"stylesheet" type=
"text/css" href=
"/tests/SimpleTest/test.css"/>
12 <a target=
"_blank" href=
"https://bugzilla.mozilla.org/show_bug.cgi?id=1359076">Mozilla Bug
1359076</a>
14 <div id=
"content" style=
"display: none">
18 <script type=
"application/javascript">
20 SimpleTest.waitForExplicitFinish();
22 SpecialPowers.pushPrefEnv({
"set": [
23 [
"device.sensors.orientation.enabled", false],
24 [
"device.sensors.motion.enabled", false],
25 [
"device.sensors.proximity.enabled", false],
26 [
"device.sensors.ambientLight.enabled", false]
28 is(
"UserProximityEvent" in window, false,
"UserProximityEvent does not exist");
29 is(
"DeviceLightEvent" in window, false,
"DeviceLightEvent does not exist");
30 is(
"DeviceOrientationEvent" in window, false,
"DeviceOrientationEvent does not exist");
31 is(
"DeviceMotionEvent" in window, false,
"DeviceMotionEvent does not exist");
32 is(
"onuserproximity" in window, false,
"onuserproximity does not exist");
33 is(
"ondevicelight" in window, false,
"ondevicelight does not exist");