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

Side by Side Diff: Source/web/tests/data/iframe-scrolling-inner.html

Issue 893683003: Implement top controls show/hide functionality for main thread scrolling (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix minor macro issue Created 5 years, 10 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 <!DOCTYPE HTML>
2 <html> 2 <html>
3 <body style="width:100px;height:100px;"> 3 <head>
4 <style>
5 body {
6 width: 1000px;
7 height: 1000px;
8 margin: 0;
9 }
10 </style>
11 </head>
12 <body>
4 </body> 13 </body>
5 </html> 14 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698