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

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

Issue 210813003: Rename :ancestor to :host-context. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Patch for landing 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/dom/shadow/host-pseudo-class-expected.txt
diff --git a/LayoutTests/fast/dom/shadow/host-pseudo-class-expected.txt b/LayoutTests/fast/dom/shadow/host-pseudo-class-expected.txt
index f8d04a9a031cde58d32b86d17d528a37a8fba973..f7fe20dabf91130e94dc71cdacac858301d689be 100644
--- a/LayoutTests/fast/dom/shadow/host-pseudo-class-expected.txt
+++ b/LayoutTests/fast/dom/shadow/host-pseudo-class-expected.txt
@@ -17,7 +17,7 @@ PASS backgroundColorOf('host') is "rgba(0, 0, 0, 0)"
PASS backgroundColorOf('host') is "rgba(0, 0, 0, 0)"
:host in a shadow tree should match its shadow host.
PASS backgroundColorOf('host') is "rgb(0, 128, 0)"
-:host with :ancestor in a shadow tree should match its shadow host.
+:host with :host-context in a shadow tree should match its shadow host.
PASS backgroundColorOf('host') is "rgb(0, 128, 0)"
:host takes simple selectors and matches when one of the simple selectors matches.
PASS backgroundColorOf('host') is "rgb(0, 128, 0)"
« no previous file with comments | « LayoutTests/fast/dom/shadow/host-pseudo-class.html ('k') | LayoutTests/fast/dom/shadow/hostcontext-first-child.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698