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

Side by Side Diff: Source/web/tests/data/overscroll/overscroll.html

Issue 1056983004: OverscrollGlow for mainThread-{BLINK CHANGES} (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebased to latest Created 5 years, 6 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 <html>
3 <head>
4 <style type="text/css">
5 html {
6 padding: 0px;
7 margin: 0px
8 }
9 body {
10 height: 300px;
11 width: 300px;
12 padding: 0px;
13 margin: 0px;
14 }
15 </style>
16 </head>
17 <body>
18 </body>
19 </html>
20
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698