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
Bug 1935035 - Update a macOS-only test that hard-codes child count.
[gecko.git]
/
layout
/
reftests
/
forms
/
placeholder
/
placeholder-1-password.html
blob
1c3d582f1045c81bd4b7bfc1a16dfd64d923be67
1
<!DOCTYPE
html
>
2
<html>
3
<!-- Test: placeholder should be used by input password elements -->
4
<link
rel='stylesheet' type='text/css' href='placeholder-style.css'
>
5
<body>
6
<input
type
=
"password"
value
=
""
placeholder
=
"my placeholder"
>
7
</body>
8
</html>