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

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

Issue 16194002: Make ScopedStyleResolver use apply-author-styles of a given element's treescope. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 7 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 39e3aa8c5d0095cd2fab37fc4edf9ecc39039100..27a4d938f8f3c4fa0783eb40b044e5f89772711f 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
@@ -13,9 +13,9 @@ targetInScope: rgb(0, 0, 0)
targetOutOfScope: rgb(0, 0, 0)
targetInScope: rgb(255, 0, 0)
targetOutOfScope: rgb(0, 0, 0)
-test a style in a shadow subtree is applied to a node in its descendant shadow subtree when all apply-author-styles in shadow subtrees between the shadow subtree and the descendant are true.
+test a style in a shadow subtree is applied to a node in its descendant shadow subtree when apply-author-styles in the shadow subtree is true.
target: rgb(0, 0, 0)
-target: rgb(255, 0, 0)
+target: rgb(0, 0, 255)
target: rgb(0, 0, 255)
test a style in document is applied to nodes in multiple shadow subtrees when apply-author-styles is true.
oldestShadow: rgb(0, 0, 0)

Powered by Google App Engine
This is Rietveld 408576698