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

Unified Diff: LayoutTests/fast/dom/shadow/scrollbar.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/scrollbar.html
diff --git a/LayoutTests/fast/dom/shadow/scrollbar.html b/LayoutTests/fast/dom/shadow/scrollbar.html
index 7a674752f8494ac77e33b4bc8a33058ee7e57aa1..eed5b10f69e00bd533773be69507199d2579e706 100644
--- a/LayoutTests/fast/dom/shadow/scrollbar.html
+++ b/LayoutTests/fast/dom/shadow/scrollbar.html
@@ -12,7 +12,7 @@
width: 50px;
}
-* /shadow-deep/ #div1 {
+* /deep/ #div1 {
position: fixed;
overflow: scroll;
width: 80px;
@@ -20,7 +20,7 @@
background-color: red;
}
-* /shadow-deep/ #div1::-webkit-scrollbar {
+* /deep/ #div1::-webkit-scrollbar {
width: 20px;
}
</style>

Powered by Google App Engine
This is Rietveld 408576698