summaryrefslogtreecommitdiffstats
path: root/dom/tests/mochitest/bugs/devicemotion_inner.html
diff options
context:
space:
mode:
Diffstat (limited to 'dom/tests/mochitest/bugs/devicemotion_inner.html')
-rw-r--r--dom/tests/mochitest/bugs/devicemotion_inner.html10
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 0000000000..c3ceb858b4
--- /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>