1
0
Fork 0
firefox/widget/tests/browser/helper_swipe_gesture.html
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

20 lines
415 B
HTML

<!DOCTYPE html>
<html>
<script src="/tests/SimpleTest/paint_listener.js"></script>
<script src="/browser/gfx/layers/apz/test/mochitest/apz_test_utils.js"></script>
<script src="/browser/gfx/layers/apz/test/mochitest/apz_test_native_event_utils.js"></script>
<style>
html {
overflow-x: scroll;
}
body {
margin: 0;
}
div {
height: 100vh;
width: 110vw;
background-color: blue;
}
</style>
<div></div>
</html>