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

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

Issue 212513002: :host-context should support functional notation only. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Added test for invalid :host-context. 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/dom/shadow/hostcontext-pseudo-class.html ('k') | Source/core/css/CSSSelector.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/dom/shadow/hostcontext-pseudo-class-expected.txt
diff --git a/LayoutTests/fast/dom/shadow/hostcontext-pseudo-class-expected.txt b/LayoutTests/fast/dom/shadow/hostcontext-pseudo-class-expected.txt
index 60cf62fbb5a1eec43a146cf1f5a9d18ab723276c..a9253053571b7838f4c7bee55e71aba8beee58dd 100644
--- a/LayoutTests/fast/dom/shadow/hostcontext-pseudo-class-expected.txt
+++ b/LayoutTests/fast/dom/shadow/hostcontext-pseudo-class-expected.txt
@@ -41,6 +41,8 @@ PASS backgroundColorOf('host') is "rgb(255, 0, 0)"
PASS backgroundColorOf('host/target') is "rgb(0, 128, 0)"
PASS backgroundColorOf('host/target') is "rgb(0, 128, 0)"
PASS backgroundColorOf('host/target') is "rgb(0, 128, 0)"
+:host-context without functional notation should not match any shadow hosts.
+PASS backgroundColorOf('host') is "rgba(0, 0, 0, 0)"
PASS successfullyParsed is true
TEST COMPLETE
« no previous file with comments | « LayoutTests/fast/dom/shadow/hostcontext-pseudo-class.html ('k') | Source/core/css/CSSSelector.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698