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

Unified Diff: LayoutTests/fast/css/invalidation/invalidation-set-with-adjacent-combinators-expected.txt

Issue 224593002: Use invalidation sets when selector contains adjacent combinators. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebased with modified expected test results. 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/invalidation-set-with-adjacent-combinators-expected.txt
diff --git a/LayoutTests/fast/css/invalidation/invalidation-set-with-adjacent-combinators-expected.txt b/LayoutTests/fast/css/invalidation/invalidation-set-with-adjacent-combinators-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..b694c4d892c9b53d2346a8ee0702089167b95d55
--- /dev/null
+++ b/LayoutTests/fast/css/invalidation/invalidation-set-with-adjacent-combinators-expected.txt
@@ -0,0 +1,18 @@
+Check that targeted class invalidation works with when adjacent combinators are present.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+PASS getComputedStyle(i1, null).backgroundColor is transparent
+PASS internals.updateStyleAndReturnAffectedElementCount() is 1
+PASS internals.updateStyleAndReturnAffectedElementCount() is 1
+PASS internals.updateStyleAndReturnAffectedElementCount() is 2
+PASS internals.updateStyleAndReturnAffectedElementCount() is 1
+PASS getComputedStyle(i1, null).backgroundColor is transparent
+PASS internals.updateStyleAndReturnAffectedElementCount() is 2
+PASS getComputedStyle(i1, null).backgroundColor is green
+PASS successfullyParsed is true
+
+TEST COMPLETE
+This text should have a green background.
+

Powered by Google App Engine
This is Rietveld 408576698