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

Unified Diff: LayoutTests/fast/dom/shadow/shadow-tree-styles-select-host-expected.txt

Issue 315173002: Revert of Remove scoped styles. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 6 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/shadow-tree-styles-select-host-expected.txt
diff --git a/LayoutTests/fast/dom/shadow/shadow-tree-styles-select-host-expected.txt b/LayoutTests/fast/dom/shadow/shadow-tree-styles-select-host-expected.txt
index 03af4c73f52fcd22a847c9f5f544e47a19151c32..5c24eac5fea49d6e486af14e413337052715a543 100644
--- a/LayoutTests/fast/dom/shadow/shadow-tree-styles-select-host-expected.txt
+++ b/LayoutTests/fast/dom/shadow/shadow-tree-styles-select-host-expected.txt
@@ -28,6 +28,8 @@
PASS borderColorOf('host/spanD') is "rgb(255, 0, 0)"
Test the case where there are no styles in a contanining treescope.
PASS borderColorOf('host/target') is "rgb(0, 128, 0)"
+Test the case where there exists a style scoped in a contanining treescope.
+PASS borderColorOf('host') is "rgb(255, 0, 0)"
Test that style sharing is disabled when styles in shadow trees would match shadow hosts.
PASS borderColorOf('hostA') is "rgb(255, 0, 0)"
PASS borderColorOf('hostB') is "rgb(0, 128, 0)"

Powered by Google App Engine
This is Rietveld 408576698