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

Unified Diff: LayoutTests/scrollbars/custom-scrollbar-thumb-inactive-only-on-windowinactive-selector-expected.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-expected.html
diff --git a/LayoutTests/scrollbars/custom-scrollbar-thumb-inactive-pseudo-expected.html b/LayoutTests/scrollbars/custom-scrollbar-thumb-inactive-only-on-windowinactive-selector-expected.html
similarity index 82%
copy from LayoutTests/scrollbars/custom-scrollbar-thumb-inactive-pseudo-expected.html
copy to LayoutTests/scrollbars/custom-scrollbar-thumb-inactive-only-on-windowinactive-selector-expected.html
index 47809bb88bf8d7f19060af55664acf962c211e68..4040c93c1e18094748adaaffd8148859c8da1ffc 100644
--- a/LayoutTests/scrollbars/custom-scrollbar-thumb-inactive-pseudo-expected.html
+++ b/LayoutTests/scrollbars/custom-scrollbar-thumb-inactive-only-on-windowinactive-selector-expected.html
@@ -12,7 +12,7 @@
::-webkit-scrollbar-thumb {
-webkit-border-radius: 10px;
border-radius: 10px;
- background: rgba(255,150,250,0.8);
+ background: rgba(255,0,0,0.8);
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}
html {
@@ -29,7 +29,7 @@ div {
}
</style>
<body>
-<iframe src="resources/scrollable-iframe-customscrollbar-expected.html"></iframe>
+<iframe src="resources/scrollable-iframe-customscrollbar-windowinactive-expected.html"></iframe>
<div><p style="width:200px;height:200px"></p></div>
<div><p style="width:200px;height:200px"></p></div>
</body>

Powered by Google App Engine
This is Rietveld 408576698