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

Unified Diff: LayoutTests/fast/css/invalidation/targeted-class-host-pseudo-expected.txt

Issue 209333005: Support invalidation sets for :host pseudo. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fixed nit 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
« no previous file with comments | « LayoutTests/fast/css/invalidation/targeted-class-host-pseudo.html ('k') | Source/core/css/RuleFeature.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/css/invalidation/targeted-class-host-pseudo-expected.txt
diff --git a/LayoutTests/fast/css/invalidation/targeted-class-host-pseudo-expected.txt b/LayoutTests/fast/css/invalidation/targeted-class-host-pseudo-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..88349e1d7d4699184922491e89a0922035a1fa49
--- /dev/null
+++ b/LayoutTests/fast/css/invalidation/targeted-class-host-pseudo-expected.txt
@@ -0,0 +1,21 @@
+Check that targeted class invalidation works with the :host pseudo class.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+PASS getComputedStyle(host1, null).backgroundColor is transparent
+PASS getComputedStyle(inner, null).backgroundColor is transparent
+PASS getComputedStyle(host3, null).backgroundColor is transparent
+PASS getComputedStyle(host4, null).backgroundColor is transparent
+PASS internals.updateStyleAndReturnAffectedElementCount() is 1
+PASS getComputedStyle(host1, null).backgroundColor is green
+PASS internals.updateStyleAndReturnAffectedElementCount() is 2
+PASS getComputedStyle(inner, null).backgroundColor is green
+PASS internals.updateStyleAndReturnAffectedElementCount() is 6
+PASS getComputedStyle(host3, null).backgroundColor is green
+PASS internals.updateStyleAndReturnAffectedElementCount() is 1
+PASS getComputedStyle(host4, null).backgroundColor is green
+PASS successfullyParsed is true
+
+TEST COMPLETE
+
« no previous file with comments | « LayoutTests/fast/css/invalidation/targeted-class-host-pseudo.html ('k') | Source/core/css/RuleFeature.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698