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

Side by Side Diff: LayoutTests/fast/block/inflow-bottom-margin-expected.html

Issue 99903006: Revert "See also webkit.org/b/113415" (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years 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 <!DOCTYPE HTML>
2 <html>
3 <body>
4 <p> Bug 270473: When you scroll down there should be 50px of space provide d by the margin after the yellow box.</p>
5 <div style="background-color: green; height: 100px; width: 100px;">
6 <div style="background-color: yellow; border: 1px solid red; width: 100p x; height: 1050px; margin-top: 50px;">
7 </div>
8 </div>
9 </body>
10 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/block/inflow-bottom-margin.html ('k') | LayoutTests/fast/block/positioned-bottom-margin.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698