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

Unified Diff: LayoutTests/fast/css/invalidation/any-link-pseudo-expected.txt

Issue 889803003: Use style invalidation for :-webkit-any-link. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 11 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/fast/css/invalidation/any-link-pseudo-expected.txt
diff --git a/LayoutTests/fast/css/invalidation/any-link-pseudo-expected.txt b/LayoutTests/fast/css/invalidation/any-link-pseudo-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..5ce6faf5ada36bb304bcefdd0e5363186f76e019
--- /dev/null
+++ b/LayoutTests/fast/css/invalidation/any-link-pseudo-expected.txt
@@ -0,0 +1,13 @@
+Use descendant invalidation set for :-webkit-any-link pseudo class.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+PASS getComputedStyle(link).backgroundColor is red
+PASS internals.updateStyleAndReturnAffectedElementCount() is 1
+PASS getComputedStyle(link).backgroundColor is green
+PASS successfullyParsed is true
+
+TEST COMPLETE
+This link should have a green background.
+

Powered by Google App Engine
This is Rietveld 408576698