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

Unified Diff: LayoutTests/fast/css/invalidation/targeted-class-shadow-combinator-expected.txt

Issue 206513004: Support invalidation sets for shadow combinators. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 9 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/targeted-class-shadow-combinator-expected.txt
diff --git a/LayoutTests/fast/css/invalidation/targeted-class-shadow-combinator-expected.txt b/LayoutTests/fast/css/invalidation/targeted-class-shadow-combinator-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..ee0292c2e72fdb48291a1f85b883c2f727b1d75b
--- /dev/null
+++ b/LayoutTests/fast/css/invalidation/targeted-class-shadow-combinator-expected.txt
@@ -0,0 +1,15 @@
+Check that targeted class invalidation works for /shadow/ and /shadow-deep/ combinators.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+PASS getComputedStyle(match1, null).backgroundColor is transparent
+PASS getComputedStyle(match2, null).backgroundColor is transparent
+PASS internals.updateStyleAndReturnAffectedElementCount() is 2
+PASS getComputedStyle(match1, null).backgroundColor is green
+PASS internals.updateStyleAndReturnAffectedElementCount() is 2
+PASS getComputedStyle(match2, null).backgroundColor is green
+PASS successfullyParsed is true
+
+TEST COMPLETE
+
« no previous file with comments | « LayoutTests/fast/css/invalidation/targeted-class-shadow-combinator.html ('k') | Source/core/css/RuleFeature.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698