зеркало из https://github.com/mozilla/gecko-dev.git
18 строки
452 B
HTML
18 строки
452 B
HTML
<!DOCTYPE html>
|
|
<html class="reftest-wait">
|
|
<head>
|
|
<script>
|
|
window.addEventListener("MozReftestInvalidate",
|
|
function() {
|
|
document.getElementById("x").style.paddingTop = "2em";
|
|
document.documentElement.className = "";
|
|
});
|
|
</script>
|
|
</head>
|
|
<body>
|
|
<div id="x">
|
|
Some text
|
|
</div>
|
|
</body>
|
|
</html>
|