tenfourfox/layout/reftests/bugs/1151145-1.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

22 lines
498 B
HTML

<!DOCTYPE html>
<html lang="en" class="reftest-wait">
<title>Test for bug 1151145</title>
<div style="height: 300px"></div>
<div style="width: 33em; border: solid white; transform: translate(100px) rotate(20deg);"></div>
<div style="height: 1000px"></div>
<script>
function doTest() {
document.documentElement.scrollTop = 0;
document.documentElement.removeAttribute("class");
}
document.documentElement.scrollTop = 255;
window.addEventListener("MozReftestInvalidate", doTest);
</script>