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

Side by Side Diff: LayoutTests/fast/block/float/avoidance-percent-width-strict.html

Issue 249723003: Remove main frame overflow from some non-scrollbar tests (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Windows expectations Created 6 years, 8 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 | Annotate | Revision Log
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <body style="overflow: hidden;"
2 <div style="width:800px; border: 0px solid blue;"><div style="border:2px solid r ed; float: left; width:550px">(Parent DIV have no border set) There should be a green table below this block</div><table style="border:2px solid green; width:10 0%;"><td>test</td></table></div><br> 3 <div style="width:800px; border: 0px solid blue;"><div style="border:2px solid r ed; float: left; width:550px">(Parent DIV have no border set) There should be a green table below this block</div><table style="border:2px solid green; width:10 0%;"><td>test</td></table></div><br>
3 <div style="width:800px; border: 2px solid blue;"><div style="border:2px solid r ed; float: left; width:550px">(Parent DIV have 2px blue border set) There shoul d be a green table below this block</div><table style="border:2px solid green; w idth:100%;"><td>test</td></table></div> 4 <div style="width:800px; border: 2px solid blue;"><div style="border:2px solid r ed; float: left; width:550px">(Parent DIV have 2px blue border set) There shoul d be a green table below this block</div><table style="border:2px solid green; w idth:100%;"><td>test</td></table></div>
5 </body>
OLDNEW
« no previous file with comments | « LayoutTests/fast/block/float/019.html ('k') | LayoutTests/fast/block/lineboxcontain/block-with-ideographs.xhtml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698