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

Unified Diff: LayoutTests/fast/dom/shadow/dynamically-added-cat-hat-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
Index: LayoutTests/fast/dom/shadow/dynamically-added-cat-hat-rules.html
diff --git a/LayoutTests/fast/dom/shadow/dynamically-added-cat-hat-rules.html b/LayoutTests/fast/dom/shadow/dynamically-added-cat-hat-rules.html
index 2351404e9e5ab98d497d5b595d815d7771c985bd..729906c8cd85457127db3d4a55eadb1cb6917497 100644
--- a/LayoutTests/fast/dom/shadow/dynamically-added-cat-hat-rules.html
+++ b/LayoutTests/fast/dom/shadow/dynamically-added-cat-hat-rules.html
@@ -38,10 +38,10 @@ sandbox.appendChild(
document.body.offsetLeft;
var style = document.createElement('style');
-style.innerHTML = 'div ^ .foo { background: green; }'
- + 'div ^ #target2 { background: green; }'
- + 'div ^^ .bar { background: blue; }'
- + 'div ^^ #target4 { background: blue; }';
+style.innerHTML = 'div /shadow-all/ .foo { background: green; }'
+ + 'div /shadow-all/ #target2 { background: green; }'
+ + 'div /shadow-deep/ .bar { background: blue; }'
+ + 'div /shadow-deep/ #target4 { background: blue; }';
document.body.appendChild(style);
backgroundColorShouldBe('host/target1', 'rgb(0, 128, 0)');
« no previous file with comments | « LayoutTests/fast/dom/shadow/content-pseudo-element-with-hat-expected.txt ('k') | LayoutTests/fast/dom/shadow/scrollbar.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698