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

Unified Diff: LayoutTests/fast/dom/shadow/ancestor-pseudo-class-expected.txt

Issue 143653010: Refactor RuleFeatureSet to simplify iteration over CSS Selectors when collecting data. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Merged. Created 6 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
« no previous file with comments | « no previous file | Source/core/css/CSSDefaultStyleSheets.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/dom/shadow/ancestor-pseudo-class-expected.txt
diff --git a/LayoutTests/fast/dom/shadow/ancestor-pseudo-class-expected.txt b/LayoutTests/fast/dom/shadow/ancestor-pseudo-class-expected.txt
index bd934aa2ff748565602c0d01a3e5af19948b69cf..f74b736514dae9b34768835386e477a16f20d692 100644
--- a/LayoutTests/fast/dom/shadow/ancestor-pseudo-class-expected.txt
+++ b/LayoutTests/fast/dom/shadow/ancestor-pseudo-class-expected.txt
@@ -32,9 +32,9 @@ PASS backgroundColorOf('host/targetB') is "rgb(0, 128, 0)"
PASS backgroundColorOf('host/targetC') is "rgb(0, 128, 0)"
:ancestor is updated when its matched ancestor changes className or id.
PASS backgroundColorOf('host') is "rgb(0, 128, 0)"
-FAIL backgroundColorOf('host') should be rgba(0, 0, 0, 0). Was rgb(0, 128, 0).
+PASS backgroundColorOf('host') is "rgba(0, 0, 0, 0)"
PASS backgroundColorOf('host') is "rgb(0, 128, 0)"
-FAIL backgroundColorOf('host') should be rgba(0, 0, 0, 0). Was rgb(0, 128, 0).
+PASS backgroundColorOf('host') is "rgba(0, 0, 0, 0)"
Compare :ancestor with :ancestor.
PASS backgroundColorOf('host') is "rgb(0, 128, 0)"
PASS backgroundColorOf('host') is "rgb(255, 0, 0)"
« no previous file with comments | « no previous file | Source/core/css/CSSDefaultStyleSheets.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698