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

Unified Diff: LayoutTests/scrollbars/resources/scrollable-subiframe-nowindowinactive.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/resources/scrollable-subiframe-nowindowinactive.html
diff --git a/LayoutTests/scrollbars/resources/scrollable-subiframe-inactive-expected.html b/LayoutTests/scrollbars/resources/scrollable-subiframe-nowindowinactive.html
similarity index 91%
copy from LayoutTests/scrollbars/resources/scrollable-subiframe-inactive-expected.html
copy to LayoutTests/scrollbars/resources/scrollable-subiframe-nowindowinactive.html
index e5467c7982880fcee31f543e74a11adda498c2bf..47a26dc8aa7660f8f00f6a79f74006cda847f789 100644
--- a/LayoutTests/scrollbars/resources/scrollable-subiframe-inactive-expected.html
+++ b/LayoutTests/scrollbars/resources/scrollable-subiframe-nowindowinactive.html
@@ -13,12 +13,12 @@
::-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);
}
</style>
</head>
- <body>
+ <body>
<div id="fillDIV" style="background-color:lightblue;width:400px;height:400px;overflow:hidden;"> </div>
rune 2015/01/20 15:48:13 What's this div for?
MuVen 2015/01/21 06:14:09 just to display customscrollbar on iframe, im over
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698