repo.or.cz
/
gecko.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Backed out changeset b94afd94ed9c (bug 1924861) for causing multiple bc failures...
[gecko.git]
/
layout
/
reftests
/
forms
/
placeholder
/
placeholder-6.html
blob
774aa35d4d69084517071742516e3694bf55ce0f
1
<!DOCTYPE
html
>
2
<html>
3
<!-- Test placeholder behavior when input is too small -->
4
<link
rel='stylesheet' type='text/css' href='placeholder-style.css'
>
5
<body>
6
<input
type
=
"text"
size
=
"5"
value
=
""
placeholder
=
"my placeholder"
>
7
</body>
8
</html>