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

Unified Diff: LayoutTests/fast/dom/shadow/cascade-of-treeboundary-crossing-rules.html

Issue 183803016: Rename ^ and ^^ combinator to /shadow-all/ and /shadow-deep/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 10 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 | « no previous file | LayoutTests/fast/dom/shadow/content-pseudo-element-with-cat.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/dom/shadow/cascade-of-treeboundary-crossing-rules.html
diff --git a/LayoutTests/fast/dom/shadow/cascade-of-treeboundary-crossing-rules.html b/LayoutTests/fast/dom/shadow/cascade-of-treeboundary-crossing-rules.html
index 195b8b8e5883257a4772250b2649b8d1e054d85f..2fdf99f9102577214aae8d65c0134407a69b7ba2 100644
--- a/LayoutTests/fast/dom/shadow/cascade-of-treeboundary-crossing-rules.html
+++ b/LayoutTests/fast/dom/shadow/cascade-of-treeboundary-crossing-rules.html
@@ -60,11 +60,11 @@ cleanUp();
sandbox.appendChild(
createDOM('div', {},
createDOM('style', {},
- document.createTextNode('div ^^ span { border: 1px solid green; }')),
+ document.createTextNode('div /shadow-deep/ span { border: 1px solid green; }')),
createDOM('div', {'id': 'host'},
createShadowRoot(
createDOM('style', {},
- document.createTextNode('div ^^ span { border: 1px solid red; }')),
+ document.createTextNode('div /shadow-deep/ span { border: 1px solid red; }')),
createDOM('div', {'id': 'host2'},
createShadowRoot(
createDOM('style', {},
@@ -82,7 +82,7 @@ cleanUp();
sandbox.appendChild(
createDOM('div', {},
createDOM('style', {},
- document.createTextNode('div ^^ p:empty { border: 1px solid green; }')),
+ document.createTextNode('div /shadow-deep/ p:empty { border: 1px solid green; }')),
createDOM('div', {'id': 'host'},
createShadowRoot(
createDOM('div', {},
« no previous file with comments | « no previous file | LayoutTests/fast/dom/shadow/content-pseudo-element-with-cat.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698