summaryrefslogtreecommitdiffstats
path: root/gfx/layers/apz/test/mochitest/helper_self_closer.html
blob: 09a9286c063bcf4cb74f02bde2150052a51dcbc8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE html>
<script src="/tests/SimpleTest/SimpleTest.js"></script>
<script src="apz_test_utils.js"></script>
<script src="/tests/SimpleTest/paint_listener.js"></script>
<script>
waitUntilApzStable().then(() => {
    dump("Bye!\n");
    window.close();
});
</script>

See ya! (This window will close itself)