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

14 lines
286 B
HTML

<!DOCTYPE HTML>
<html>
<head>
<style type="text/css">input{border: none}</style>
</head>
<body>
<input id="button2" type="button"/>
<div id="target"><div><input id="button" type="button"/></div></div>
<script>
document.getElementById("button2").focus();
</script>
</body>
</html>