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

Side by Side Diff: LayoutTests/fast/multicol/cell-shrinkback-expected.html

Issue 501853003: Re-enable test fast/multicol/cell-shrinkback.html and make it pass. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 3 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
« no previous file with comments | « LayoutTests/fast/multicol/cell-shrinkback.html ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <div style="height: 100px; width: 200px; border: solid;position:relative"> 1 <div style="height: 100px; width: 200px; border: solid;position:relative">
2 <div style="left:25px; bottom:0; position:absolute; height:45px; width:29px; background-color:orange"></div> 2 <div style="left:25px; bottom:0; position:absolute; height:45px; width:3em; background-color:orange"></div>
3 <div style="border-bottom:solid; position:absolute; right:0px; width:100px"> 3 <div style="border-bottom:solid; position:absolute; right:0px; width:100px">
4 <div style="background-color:orange; float:left;margin-left:25px">Text</ div> 4 <div style="background-color:orange; float:left;margin-left:25px; width: 3em;">Text</div>
5 </div> 5 </div>
6 </div> 6 </div>
OLDNEW
« no previous file with comments | « LayoutTests/fast/multicol/cell-shrinkback.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698