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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/inspector-protocol/css/css-visited-link-matched-styles-expected.txt
diff --git a/LayoutTests/inspector-protocol/css/css-visited-link-matched-styles-expected.txt b/LayoutTests/inspector-protocol/css/css-visited-link-matched-styles-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..ad63dcb2e92c2c41e3050b9109634c9110d11644
--- /dev/null
+++ b/LayoutTests/inspector-protocol/css/css-visited-link-matched-styles-expected.txt
@@ -0,0 +1,18 @@
+This is visited link
+==== Styles for unvisited link ====
+Dumping matched rules:
+*a* { regular (css-visited-link-matched-styles.html)
+ color: gray;
+}
+*a:link* { regular (css-visited-link-matched-styles.html)
+ color: blue;
+}
+==== Styles for visited link ====
+Dumping matched rules:
+*a* { regular (css-visited-link-matched-styles.html)
+ color: gray;
+}
+*a:visited* { regular (css-visited-link-matched-styles.html)
+ color: red;
+}
+

Powered by Google App Engine
This is Rietveld 408576698