third_party/blink/web_tests/css1/pseudo/anchor.html
The style declarations which apply to the text below are:
A {color: green;}
A:link {color: purple;}
A:visited {color: lime;}
A:active {color: maroon;}
#one {color: #006600;}
The following anchors should appear as described; none of them should be red.
Purple unvisited, lime (light green) visited, maroon (dark red) while active (being clicked):
Dark green in any circumstance:
The quoted word "anchor" should be green, NOT purple, since it's part of an anchor. It's a named anchor, and styles declared for the A tag are applied to them under CSS1. It also should NOT turn orange when clicked upon.
| TABLE Testing Section | | |
The following anchors should appear as described; none of them should be red.
Purple unvisited, lime (light green) visited, maroon (dark red) while active (being clicked):
Dark green in any circumstance:
The quoted word "anchor" should be green, NOT purple, since it's part of an anchor. It's a named anchor, and styles declared for the A tag are applied to them under CSS1. It also should NOT turn orange when clicked upon.
|