diff options
Diffstat (limited to 'dom/tests/mochitest/bugs/devicemotion_inner.html')
-rw-r--r-- | dom/tests/mochitest/bugs/devicemotion_inner.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/dom/tests/mochitest/bugs/devicemotion_inner.html b/dom/tests/mochitest/bugs/devicemotion_inner.html new file mode 100644 index 000000000..c3ceb858b --- /dev/null +++ b/dom/tests/mochitest/bugs/devicemotion_inner.html @@ -0,0 +1,10 @@ +<!DOCTYPE HTML> +<html> +<body> +<script> +function handler(ev) {} +window.addEventListener("devicemotion", handler); +window.ondeviceorientation = handler; +</script> +</body> +</html> |