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

19 lines
489 B
HTML

<!DOCTYPE html>
<html class="reftest-wait">
<head>
<script>
window.addEventListener("MozReftestInvalidate",
function() {
document.getElementById("x").style.paddingTop = "2em";
document.documentElement.className = "";
},
false);
</script>
</head>
<body>
<div id="x">
Some text
</div>
</body>
</html>