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

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

Issue 311123002: Revert "DevTools: matched styles respect :visited/:link pseudo classes" (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 6 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 *#redlink* { regular
5 color: gray;
6 }
7 *#redlink:link* { regular
8 color: blue;
9 }
10 ==== Styles for visited link ====
11 Dumping matched rules:
12 *#redlink* { regular
13 color: gray;
14 }
15 *#redlink:visited* { regular
16 color: red;
17 }
18 ==== Styles for unvisited link ====
19 Dumping matched rules:
20 *.shadow-link* { regular
21 color: lightgray;
22 }
23 *.shadow-link:link* { regular
24 color: green;
25 }
26 ==== Styles for visited link ====
27 Dumping matched rules:
28 *.shadow-link* { regular
29 color: lightgray;
30 }
31 *.shadow-link:visited* { regular
32 color: blue;
33 }
34
OLDNEW
« no previous file with comments | « LayoutTests/inspector-protocol/css/css-visited-link-matched-styles.html ('k') | Source/core/inspector/InspectorCSSAgent.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698