Mypal/dom/tests/mochitest/bugs/devicemotion_inner.html
2019-03-11 13:26:37 +03:00

11 lines
177 B
HTML

<!DOCTYPE HTML>
<html>
<body>
<script>
function handler(ev) {}
window.addEventListener("devicemotion", handler);
window.ondeviceorientation = handler;
</script>
</body>
</html>