Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / forms / input-first-letter.html
blob4907c8cfe6abad618a42b2b5dcfb8b5316d5dd9d
1 <html>
2 <head>
3 <style>
4 input {
5 background-color: transparent;
8 input:first-letter {
9 color: white;
11 </style>
12 </head>
13 <body>
14 This test passes if it doesn't crash and if the Submit button does not honor the first-letter style.<br>
15 <input type="submit"/>
16 </body>
17 </html>