Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / css / child-style-can-override-visited-style.html
blobc51c94d5841f8d4bb29f7b908f62d1793c82ec15
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>
10 <div class=flim>This text should be green</div>