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

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: addressed review comments 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
1 <!DOCTYPE html>
1 <html> 2 <html>
2 <head> 3 <head>
3 <style type="text/css"> 4 <style type="text/css">
4 body { 5 body {
5 font-weight: bold; 6 height: 300px;
7 width: 300px;
6 } 8 }
7 </style> 9 </style>
8 </head> 10 </head>
9 <body> 11 <body>
10 Hello Reftests
11 </body> 12 </body>
12 </html> 13 </html>
14
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698