mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-10-30 05:35:31 +00:00
11 lines
177 B
HTML
11 lines
177 B
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<body>
|
|
<script>
|
|
function handler(ev) {}
|
|
window.addEventListener("devicemotion", handler);
|
|
window.ondeviceorientation = handler;
|
|
</script>
|
|
</body>
|
|
</html>
|