repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge Chromium + Blink git repositories
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
fast
/
forms
/
input-first-letter.html
blob
4907c8cfe6abad618a42b2b5dcfb8b5316d5dd9d
1
<html>
2
<head>
3
<style>
4
input {
5
background-color: transparent;
6
}
7
8
input:first-letter {
9
color: white;
10
}
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>