gecko/layout/reftests/bugs/449149-1b.html

11 lines
172 B
HTML
Raw Normal View History

<!DOCTYPE HTML>
<html>
<body>
<audio id="a"></audio>
<script>
document.body.offsetTop;
document.getElementById("a").setAttribute("controls", "");
</script>
</body>
</html>