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

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

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
« no previous file with comments | « no previous file | LayoutTests/fast/dom/shadow/ancestor-pseudo-class-expected.txt » ('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.html
diff --git a/LayoutTests/fast/dom/shadow/ancestor-pseudo-class.html b/LayoutTests/fast/dom/shadow/ancestor-pseudo-class.html
index 481217f0e32a42b6ee50d27c3785bbfcf72b6c58..93d6e570c6b91123b8ad3f44f5caddfa8c7f25b2 100644
--- a/LayoutTests/fast/dom/shadow/ancestor-pseudo-class.html
+++ b/LayoutTests/fast/dom/shadow/ancestor-pseudo-class.html
@@ -53,7 +53,7 @@ sandbox.appendChild(
createDOM('div', {},
document.createTextNode('Hello')))));
-backgroundColorShouldBe('host', 'rgb(0, 128, 0)');
+backgroundColorShouldBe('host', 'rgba(0, 0, 0, 0)');
cleanUp();
« no previous file with comments | « no previous file | LayoutTests/fast/dom/shadow/ancestor-pseudo-class-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698