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

Unified Diff: LayoutTests/fast/css/style-scoped/style-scoped-apply-author-styles-expected.txt

Issue 102953007: Selectors in styles in shadowRoots should match in all of the host's shadowRoots. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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
Index: LayoutTests/fast/css/style-scoped/style-scoped-apply-author-styles-expected.txt
diff --git a/LayoutTests/fast/css/style-scoped/style-scoped-apply-author-styles-expected.txt b/LayoutTests/fast/css/style-scoped/style-scoped-apply-author-styles-expected.txt
index c72685a8b53bd46a11e23339d63ce0de3ef35a53..9c830a9bb52db0b98732743be4cd1afce022524c 100644
--- a/LayoutTests/fast/css/style-scoped/style-scoped-apply-author-styles-expected.txt
+++ b/LayoutTests/fast/css/style-scoped/style-scoped-apply-author-styles-expected.txt
@@ -18,18 +18,18 @@ PASS borderColor is "rgb(0, 0, 0)"
PASS borderColor is "rgb(0, 0, 255)"
PASS borderColor is "rgb(0, 0, 255)"
test a style in document is applied to nodes in multiple shadow subtrees when apply-author-styles is true.
-PASS borderColor is "rgb(0, 0, 0)"
PASS borderColor is "rgb(0, 0, 255)"
-PASS borderColor is "rgb(0, 0, 0)"
-PASS borderColor is "rgb(0, 0, 0)"
PASS borderColor is "rgb(0, 0, 255)"
-PASS borderColor is "rgb(255, 0, 0)"
-PASS borderColor is "rgb(0, 0, 0)"
PASS borderColor is "rgb(0, 0, 255)"
-PASS borderColor is "rgb(0, 0, 0)"
-PASS borderColor is "rgb(255, 0, 0)"
PASS borderColor is "rgb(0, 0, 255)"
-PASS borderColor is "rgb(0, 0, 0)"
+PASS borderColor is "rgb(0, 0, 255)"
+PASS borderColor is "rgb(0, 0, 255)"
+PASS borderColor is "rgb(0, 0, 255)"
+PASS borderColor is "rgb(0, 0, 255)"
+PASS borderColor is "rgb(0, 0, 255)"
+PASS borderColor is "rgb(0, 0, 255)"
+PASS borderColor is "rgb(0, 0, 255)"
+PASS borderColor is "rgb(0, 0, 255)"
test a style is applied in document order.
PASS borderColor is "rgb(255, 255, 0)"
PASS borderColor is "rgb(0, 128, 0)"

Powered by Google App Engine
This is Rietveld 408576698