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

Side by Side Diff: LayoutTests/scrollbars/resources/scrollable-subiframe-nowindowinactive-expected.html

Issue 861553003: Invalidate CustomScrollbars on having window-inactive selector. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: modified testcase 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 unified diff | Download patch
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <style>
3 ::-webkit-scrollbar {
4 width: 12px;
5 height: 12px;
6 background: rgba(255,0,0,0.8);
rune 2015/01/22 09:21:23 Indentation
7 }
8 </style>
9 <div style="width:400px;height:400px;overflow:hidden;"> </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698