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

Side by Side Diff: LayoutTests/fast/block/positioned-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="position:absolute;width:auto;height:auto;top:0px;bottom:0px;le ft:0px;right:0px;min-height:200px;">
6 <div style="background-color: yellow; border: 1px solid red; height: 105 0px; margin-top: 50px;">
7 </div>
8 </div>
9 </body>
10 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698