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

Unified Diff: LayoutTests/fast/css/invalidation/targeted-class-shadow-combinator.html

Issue 210813002: Rename /shadow-deep/ combinator to /deep/ (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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
Index: LayoutTests/fast/css/invalidation/targeted-class-shadow-combinator.html
diff --git a/LayoutTests/fast/css/invalidation/targeted-class-shadow-combinator.html b/LayoutTests/fast/css/invalidation/targeted-class-shadow-combinator.html
index a487e369e08751256de7c5e7e4c6b2b4e4fded42..e4b299a8902c460f055434ad6ab7965572acc27e 100644
--- a/LayoutTests/fast/css/invalidation/targeted-class-shadow-combinator.html
+++ b/LayoutTests/fast/css/invalidation/targeted-class-shadow-combinator.html
@@ -2,7 +2,7 @@
<script src="../../../resources/js-test.js"></script>
<style>
.t1 #host1 /shadow/ .match { background-color: green; }
-.t2 /shadow-deep/ .match { background-color: green; }
+.t2 /deep/ .match { background-color: green; }
</style>
<div id="t1">
<div id="host1"></div>
@@ -13,7 +13,7 @@
<div></div>
</div>
<script>
-description("Check that targeted class invalidation works for /shadow/ and /shadow-deep/ combinators.");
+description("Check that targeted class invalidation works for /shadow/ and /deep/ combinators.");
// Create shadow trees

Powered by Google App Engine
This is Rietveld 408576698