blob: 801e87fa5650d3b632ac2eb662abb68ff3f677d1 [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="submit">
<input type="submit" disabled>
</body>
<script>
if (window.testRunner)
window.testRunner.setWindowIsKey(false);
</script>
</html>