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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/multicol/first-line-in-block-with-padding-exact-fit.html

Issue 1428063009: Fix off-by-one (or off-by-one-sixtyfourth) error when checking what a column can hold. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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 | « no previous file | third_party/WebKit/LayoutTests/fast/multicol/first-line-in-block-with-padding-exact-fit-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <script src="../../resources/check-layout.js"></script>
3 <p>When its first line needs a column break, we should push the entire block to the next column, also when it just barely fits.</p>
4 <p>There should be a blue square below.</p>
5 <div id="multicol" style="position:relative; -webkit-columns:2; -webkit-column-g ap:0; column-fill:auto; width:80px; height:40px; line-height:30px;">
6 <div style="height:10px;"></div>
7 <div data-offset-x="40" data-offset-y="0" style="padding-top:10px; backgroun d:blue;"><br></div>
8 </div>
9 <script>
10 checkLayout("#multicol");
11 </script>
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/multicol/first-line-in-block-with-padding-exact-fit-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698