gecko/layout/reftests/bugs/449149-1b.html
Robert O'Callahan ed66190092 Bug 449149. Implement the 'controls' attribute for audio elements. r+sr=bzbarsky,r=dolske,r=enndeakin
--HG--
extra : rebase_source : 4d11b963d3082f98269069c68aae33eef365aacb
2008-12-17 13:27:46 +13:00

11 lines
172 B
HTML

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