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

Unified Diff: LayoutTests/fast/dom/shadow/shadowdom-reprojection-1.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/dom/shadow/shadowdom-reprojection-1.html
diff --git a/LayoutTests/fast/dom/shadow/shadowdom-reprojection-1.html b/LayoutTests/fast/dom/shadow/shadowdom-reprojection-1.html
index ea9e326059313623f62babd9b7efaa3f74a4113f..ebcf7699ea8b05af5f431619092d2d5261e9252a 100644
--- a/LayoutTests/fast/dom/shadow/shadowdom-reprojection-1.html
+++ b/LayoutTests/fast/dom/shadow/shadowdom-reprojection-1.html
@@ -3,7 +3,7 @@
<head>
<script src="resources/shadow-dom.js"></script>
<style>
-* /shadow-deep/ div {
+* /deep/ div {
margin: 10px 10px 10px 10px;
border: solid black;
}

Powered by Google App Engine
This is Rietveld 408576698