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

Unified Diff: LayoutTests/scrollbars/custom-scrollbar-thumb-inactive-only-on-windowinactive-selector.html

Issue 861553003: Invalidate CustomScrollbars on having window-inactive selector. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: addressed review comments Created 5 years, 11 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/scrollbars/custom-scrollbar-thumb-inactive-only-on-windowinactive-selector.html
diff --git a/LayoutTests/scrollbars/custom-scrollbar-thumb-inactive-pseudo.html b/LayoutTests/scrollbars/custom-scrollbar-thumb-inactive-only-on-windowinactive-selector.html
similarity index 83%
copy from LayoutTests/scrollbars/custom-scrollbar-thumb-inactive-pseudo.html
copy to LayoutTests/scrollbars/custom-scrollbar-thumb-inactive-only-on-windowinactive-selector.html
index 91044175f910baff8ba1c63688e95bd89c92e573..769aaffdc2ad0403aa9da2a6137aeb02335860f0 100644
--- a/LayoutTests/scrollbars/custom-scrollbar-thumb-inactive-pseudo.html
+++ b/LayoutTests/scrollbars/custom-scrollbar-thumb-inactive-only-on-windowinactive-selector.html
@@ -15,9 +15,6 @@
background: rgba(255,0,0,0.8);
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}
-::-webkit-scrollbar-thumb:window-inactive {
- background: rgba(255,150,250,0.8);
-}
html {
overflow: scroll;
}
@@ -32,7 +29,7 @@ div {
}
</style>
<body>
rune 2015/01/20 15:48:12 Drop <body>
MuVen 2015/01/21 06:14:09 Done.
-<iframe src="resources/scrollable-iframe-customscrollbar.html"></iframe>
+<iframe src="resources/scrollable-iframe-customscrollbar-windowinactive.html"></iframe>
<div><p style="width:200px;height:200px"></p></div>
<div><p style="width:200px;height:200px"></p></div>
rune 2015/01/20 15:48:12 overflow:scroll in the stylesheet should make the
MuVen 2015/01/21 06:14:09 I have replaced p element with div element, just t
</body>

Powered by Google App Engine
This is Rietveld 408576698