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

Unified Diff: LayoutTests/fast/dom/shadow/closed-mode-deep-combinators-expected.txt

Issue 1270313002: Handle closed mode shadow for /deep/ and ::shadow selectors (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rename function as suggested for land Created 5 years, 4 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/closed-mode-deep-combinators.html ('k') | Source/core/css/SelectorChecker.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/dom/shadow/closed-mode-deep-combinators-expected.txt
diff --git a/LayoutTests/fast/dom/shadow/closed-mode-deep-combinators-expected.txt b/LayoutTests/fast/dom/shadow/closed-mode-deep-combinators-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..e8a6fdd061644b7f8d2181380c8f6992db3821f7
--- /dev/null
+++ b/LayoutTests/fast/dom/shadow/closed-mode-deep-combinators-expected.txt
@@ -0,0 +1,11 @@
+CONSOLE WARNING: /deep/ combinator is deprecated. See https://www.chromestatus.com/features/6750456638341120 for more details.
+PASS result.length is 5
+PASS node.id is "openhost"
+PASS node.id is "openhost_in_openshadow"
+PASS node.id is "div_open_in_open"
+PASS node.id is "closedhost_in_openshadow"
+PASS node.id is "closedhost"
+PASS successfullyParsed is true
+
+TEST COMPLETE
+
« no previous file with comments | « LayoutTests/fast/dom/shadow/closed-mode-deep-combinators.html ('k') | Source/core/css/SelectorChecker.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698