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

Unified Diff: LayoutTests/fast/dom/shadow/content-combinator-with-shadow.html

Issue 183853035: Renamed /shadow-all/ to /shadow/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fixed patch conflict Created 6 years, 9 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-combinator-with-shadow-all.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/dom/shadow/content-combinator-with-shadow.html
diff --git a/LayoutTests/fast/dom/shadow/content-combinator-with-shadow-all.html b/LayoutTests/fast/dom/shadow/content-combinator-with-shadow.html
similarity index 85%
rename from LayoutTests/fast/dom/shadow/content-combinator-with-shadow-all.html
rename to LayoutTests/fast/dom/shadow/content-combinator-with-shadow.html
index 58f1f51bace898482ecbeeb592a80a3be6941c71..b88b5cf78434806b5fdc43c1167f41a9e1b59f23 100644
--- a/LayoutTests/fast/dom/shadow/content-combinator-with-shadow-all.html
+++ b/LayoutTests/fast/dom/shadow/content-combinator-with-shadow.html
@@ -9,7 +9,7 @@
<pre id="console"></pre>
</body>
<script>
-description("Test for /content/ with /shadow-all/ and :host.");
+description("Test for /content/ with /shadow/ and :host.");
var sandbox = document.getElementById('sandbox');
@@ -28,7 +28,7 @@ sandbox.appendChild(
createShadowRoot(
createDOM('style', {},
document.createTextNode(
- ':host(#host1) /shadow-all/ #content1 /content/ .content { color: green; }')),
+ ':host(#host1) /shadow/ #content1 /content/ .content { color: green; }')),
createDOM('div', {},
createDOM('div', {'id': 'host2'},
createShadowRoot(
@@ -47,7 +47,7 @@ sandbox.appendChild(
createShadowRoot(
createDOM('style', {},
document.createTextNode(
- '#host2 /shadow-all/ #content2 /content/ #parentOfContent1 > #content1 /content/ .content { color: green; }')),
+ '#host2 /shadow/ #content2 /content/ #parentOfContent1 > #content1 /content/ .content { color: green; }')),
createDOM('div', {},
createDOM('div', {'id': 'host2'},
createShadowRoot(
@@ -66,7 +66,7 @@ sandbox.appendChild(
createShadowRoot(
createDOM('style', {},
document.createTextNode(
- ':host /shadow-all/ #content2 /content/ #shadow1 /content/ #content1 /content/ .content { color: red; }')),
+ ':host /shadow/ #content2 /content/ #shadow1 /content/ #content1 /content/ .content { color: red; }')),
createDOM('content', {'id': 'content1'})),
createShadowRoot(
createDOM('div', {},
@@ -87,7 +87,7 @@ sandbox.appendChild(
createShadowRoot(
createDOM('style', {},
document.createTextNode(
- ':host /shadow-all/ #content2 /content/ #parentOfContent1 > #content1 /content/ .content { color: red; }')),
+ ':host /shadow/ #content2 /content/ #parentOfContent1 > #content1 /content/ .content { color: red; }')),
createDOM('div', {},
createDOM('div', {'id': 'host2'},
createShadowRoot(
« no previous file with comments | « no previous file | LayoutTests/fast/dom/shadow/content-combinator-with-shadow-all.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698