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
Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
fast
/
css
/
child-style-can-override-visited-style.html
blob
c51c94d5841f8d4bb29f7b908f62d1793c82ec15
1
<style>
2
.flim {color: green;}
3
a:visited {color: red;}
4
</style>
5
This tests that a child style can override the :visited style.
6
<a
href
>
7
<div
class=flim
>
This text should be green (and underlined)
</div>
8
</a>
9
10
<div
class=flim
>
This text should be green
</div>