blob: 0658745a45d3d577a7c1345b95acbf0a01e45f78 [file]
<!DOCTYPE html>
<html>
<body>
<p>This tests that the appearance of submit buttons matches normal buttons when the window is inactive.</p>
<input type="button" value="Submit">
<input type="button" value="Submit" disabled>
</body>
<script>
if (window.testRunner)
window.testRunner.setWindowIsKey(false);
</script>
</html>