blob: 8430ece5b1070adc5e7eb5ad045b1e8d62110542 [file] [log] [blame]
<!DOCTYPE html>
<style>
::-webkit-scrollbar {
width: 0
}
body {
width:2000px;
height:2000px;
}
</style>
<script src="../../resources/testharness.js"></script>
<script src="../../resources/testharnessreport.js"></script>
<script>
async_test((t) => {
setTimeout(() => {
document.body.style.display = "inline";
t.done();
});
});
</script>