Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- Manifest: layout/reftests/bugs/reftest.list
<!DOCTYPE html>
<html class="reftest-wait">
<head>
<script>
window.addEventListener("MozReftestInvalidate",
function() {
var div = document.getElementById("div");
div.style.height = "40px";
document.documentElement.className = "";
});
</script>
</head>
<body>
<div id="div" style="height:20px;border:solid 2px black;border-radius: 8px;overflow:hidden">
</div>
</body>
</html>