summaryrefslogtreecommitdiffstats
path: root/dom/events/test/file_empty.html
blob: e75bdc942f478ea735ed006c5a42ed6dea458d56 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE html>
<html>
<head>
<script src="/tests/SimpleTest/paint_listener.js"></script>
<script src="/tests/gfx/layers/apz/test/mochitest/apz_test_utils.js"></script>
<script>
window.addEventListener("load", async function() {
  await promiseApzFlushedRepaints();
  parent.postMessage("ready", "*");
}, { once: true });
</script>
</head>
<body>
</body>
</html>