blob: 4907c8cfe6abad618a42b2b5dcfb8b5316d5dd9d [file] [log] [blame]
<html>
<head>
<style>
input {
background-color: transparent;
}
input:first-letter {
color: white;
}
</style>
</head>
<body>
This test passes if it doesn't crash and if the Submit button does not honor the first-letter style.<br>
<input type="submit"/>
</body>
</html>