Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(59)

Side by Side Diff: LayoutTests/inspector-protocol/css/css-visited-link-matched-styles-expected.txt

Issue 228673002: DevTools: matched styles respect :visited/:link pseudo classes (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 This is visited link
2 ==== Styles for unvisited link ====
3 Dumping matched rules:
4 *a* { regular (css-visited-link-matched-styles.html)
5 color: gray;
6 }
7 *a:link* { regular (css-visited-link-matched-styles.html)
8 color: blue;
9 }
10 ==== Styles for visited link ====
11 Dumping matched rules:
12 *a* { regular (css-visited-link-matched-styles.html)
13 color: gray;
14 }
15 *a:visited* { regular (css-visited-link-matched-styles.html)
16 color: red;
17 }
18
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698