blob: 1fa79dbbf361278b4624d76778d7f2afa382b507 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
<!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>
|