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

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

Issue 208933006: Only :host and :ancestor should ever match the host in a ShadowRoot (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Add a test for :first-child too 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 16d067dc57b87f94d8f170d3fe450f99f422102c..f8d04a9a031cde58d32b86d17d528a37a8fba973 100644
--- a/LayoutTests/fast/dom/shadow/host-pseudo-class-expected.txt
+++ b/LayoutTests/fast/dom/shadow/host-pseudo-class-expected.txt
@@ -6,7 +6,7 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
:host out of shadow tree should not match any shadow hosts.
PASS backgroundColorOf('host') is "rgba(0, 0, 0, 0)"
:host with * should not match any shadow hosts.
-PASS backgroundColorOf('host') is "rgb(0, 128, 0)"
+PASS backgroundColorOf('host') is "rgba(0, 0, 0, 0)"
:host with tag selector should not match any shadow hosts.
PASS backgroundColorOf('host') is "rgba(0, 0, 0, 0)"
:host with class selector should not match any shadow hosts.
« no previous file with comments | « LayoutTests/fast/dom/shadow/host-pseudo-class.html ('k') | LayoutTests/fast/dom/shadow/shadow-tree-styles-select-host.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698