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 1874684 - Part 37: Fix unified compilation. r=allstarschh
[gecko.git]
/
layout
/
reftests
/
css-visited
/
placeholder-1.html
blob
e349edb2c30bcb9d8d976f7eecbb4a29d5888313
1
<!DOCTYPE
html
>
2
<style>
3
a:visited { color: green }
4
input { color: inherit }
5
</style>
6
<a
href
=
"visited-page.html"
><input
placeholder
=
"This should be green"
></a>