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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/multicol/nested-uneven-inner-column-height.html

Issue 1471403002: Look inside inner nested multicols to calculate minimum space shortage. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/multicol/nested-uneven-inner-column-height-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>There should be two words below, on separate lines, with large letter spacing . The first line
4 should read "SART". The second one should read "KU". There should be a hotpi nk <em>square</em>
leviw_travelin_and_unemployed 2015/11/24 21:39:48 🍴🐄! LTTM, looks tasty to me. I guess that's also
5 to the right of the second line, but nowhere else.</p>
6 <div id="outer" data-expected-height="64" style="position:relative; -webkit-colu mns:2; -webkit-column-gap:0; font-size:16px; width:4em; line-height:2em; text-al ign:center; background:hotpink;">
7 <div style="-webkit-columns:2; -webkit-column-gap:0;">
8 <div data-offset-x="0" data-offset-y="0" style="background:white;">S</ div>
9 <div data-offset-x="0" data-offset-y="32" style="background:white;">K</ div>
10 <div data-offset-x="16" data-offset-y="0" style="background:white;">A</ div>
11 <div data-offset-x="16" data-offset-y="32" style="background:white;">U</ div>
12 <div data-offset-x="32" data-offset-y="0" style="background:white;">R</ div>
13 <div data-offset-x="48" data-offset-y="0" style="background:white;">T</ div>
14 </div>
15 </div>
16 <script>
17 checkLayout("#outer");
18 </script>
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/multicol/nested-uneven-inner-column-height-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698