summaryrefslogtreecommitdiffstats
path: root/gfx/layers/apz/test/mochitest/helper_doubletap_zoom_touch_action_manipulation_subframe.html
diff options
context:
space:
mode:
Diffstat (limited to 'gfx/layers/apz/test/mochitest/helper_doubletap_zoom_touch_action_manipulation_subframe.html')
-rw-r--r--gfx/layers/apz/test/mochitest/helper_doubletap_zoom_touch_action_manipulation_subframe.html21
1 files changed, 21 insertions, 0 deletions
diff --git a/gfx/layers/apz/test/mochitest/helper_doubletap_zoom_touch_action_manipulation_subframe.html b/gfx/layers/apz/test/mochitest/helper_doubletap_zoom_touch_action_manipulation_subframe.html
new file mode 100644
index 0000000000..959994d156
--- /dev/null
+++ b/gfx/layers/apz/test/mochitest/helper_doubletap_zoom_touch_action_manipulation_subframe.html
@@ -0,0 +1,21 @@
+<!DOCTYPE HTML>
+<html>
+<script src="apz_test_native_event_utils.js"></script>
+<script src="apz_test_utils.js"></script>
+<script src="/tests/SimpleTest/SimpleTest.js"></script>
+<script src="/tests/SimpleTest/paint_listener.js"></script>
+<style>
+html, body {
+ margin: 0;
+ padding: 0;
+}
+</style>
+<div style="width: 1000px; height: 1000px; position: absolute; top: 0px; left: 0px; touch-action: manipulation;"></div>
+<script>
+ // Silence SimpleTest warning about missing assertions by having it wait
+ // indefinitely. We don't need to give it an explicit finish because the
+ // entire window this test runs in will be closed after the main browser test
+ // finished.
+ SimpleTest.waitForExplicitFinish();
+</script>
+</html>