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

Unified Diff: LayoutTests/fast/css/invalidation/no-invalidation-set-local-style-expected.txt

Issue 199373003: Use LocalStyleChange for classes in rightmost compound selector. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Changed naming of InvalidationSetModes. 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/no-invalidation-set-local-style-expected.txt
diff --git a/LayoutTests/fast/css/invalidation/no-invalidation-set-local-style-expected.txt b/LayoutTests/fast/css/invalidation/no-invalidation-set-local-style-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..585eb3b34730341c41e21e4b237ba96e94047731
--- /dev/null
+++ b/LayoutTests/fast/css/invalidation/no-invalidation-set-local-style-expected.txt
@@ -0,0 +1,15 @@
+Class selectors in rightmost compound selector should cause LocalStyleChange even if we cannot use invalidation sets.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+PASS internals.updateStyleAndReturnAffectedElementCount() is 1
+PASS getComputedStyle(elm, null).backgroundColor is green
+PASS internals.updateStyleAndReturnAffectedElementCount() is 1
+PASS getComputedStyle(elm, null).backgroundColor is green
+PASS internals.updateStyleAndReturnAffectedElementCount() is 1
+PASS getComputedStyle(elm, null).backgroundColor is green
+PASS successfullyParsed is true
+
+TEST COMPLETE
+
« no previous file with comments | « LayoutTests/fast/css/invalidation/no-invalidation-set-local-style.html ('k') | Source/core/css/RuleFeature.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698