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

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

Issue 1602773005: Respect break-inside:avoid on table rows (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updated Created 4 years, 11 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 <style>
3 body { font: 16px Ahem;} /* Disable auto-scrollbars, to hide crbug.com/53475 1 */
mstensho (USE GERRIT) 2016/02/03 14:38:48 I'm pretty sure you didn't mean to copy-paste that
4 </style>
2 <div style="height: 100px; width: 200px; border: solid;position:relative"> 5 <div style="height: 100px; width: 200px; border: solid;position:relative">
3 <div style="left:25px; bottom:0; position:absolute; height:45px; width:3em; background-color:orange"></div>
4 <div style="border-bottom:solid; position:absolute; right:0px; width:100px"> 6 <div style="border-bottom:solid; position:absolute; right:0px; width:100px">
7 <div style="background-color:orange; float:left;margin-left:25px; width: 4em; height: 34px;"></div>
5 <div style="background-color:orange; float:left;margin-left:25px; width: 3em;">Text</div> 8 <div style="background-color:orange; float:left;margin-left:25px; width: 3em;">Text</div>
6 </div> 9 </div>
7 </div> 10 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698