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

Side by Side Diff: LayoutTests/compositing/overflow/do-not-crash-when-checking-frame-view-is-scrollable.css

Issue 23641004: Ignore should-scroll-on-main-thread if main frame is not scrollable (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: . Created 7 years, 3 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 | Annotate | Revision Log
OLDNEW
(Empty)
1 html {
2 height: 100%;
3 border-bottom: 1px solid transparent;
4 }
5
6 body {
7 background: url('gibberish') fixed;
8 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698