summaryrefslogtreecommitdiffstats
path: root/dom/tests/mochitest/bugs/devicemotion_inner.html
blob: c3ceb858b4e058a05810b14ea12cb9b5f5c52bdc (plain)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE HTML>
<html>
<body>
<script>
function handler(ev) {}
window.addEventListener("devicemotion", handler);
window.ondeviceorientation = handler;
</script>
</body>
</html>