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 1942415: Revert changes for GC_GLEAN_SLOW_PHASE and GC_GLEAN_SLOW_TASK probes...
[gecko.git]
/
layout
/
reftests
/
css-visited
/
visited-inherit-1.html
blob
cf53066d38da76e9e4fdb5cdd5ed03654d93111b
1
<!DOCTYPE
html
>
2
<style>
3
a { text-decoration: none; color: initial; display: block; margin:
2
px; }
4
.green { color: green; }
5
</style>
6
<a
href
=
"visited-page.html"
>
7
<div>
8
<span
class
=
"green"
>
Should be green
</span>
9
</div>
10
</a>