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

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

Issue 325663003: Remove scoped styles (retry) (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix layout test (and expectation) 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 5c24eac5fea49d6e486af14e413337052715a543..03af4c73f52fcd22a847c9f5f544e47a19151c32 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,8 +28,6 @@ Test that descendant selector with a shadow host and descendants of a shadow roo
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