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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/multicol/line-too-tall-for-second-outer-row.html

Issue 1619703003: Pass values in the right flow thread's coordinate space. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Moar line-height. 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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/multicol/line-too-tall-for-second-outer-row-expected.html » ('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 <p>The word "PASS" should be seen below.</p>
3 <div style="-webkit-columns:2; -webkit-column-gap:0; width:200px; height:20px; l ine-height:20px; column-fill:auto;">
4 <div style="height:1px;"></div>
5 <div style="-webkit-columns:2; height:60px; column-fill:auto;">
6 <div style="height:65px;"></div>
7 <div style="-webkit-columns:2;">PASS</div>
8 </div>
9 </div>
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/multicol/line-too-tall-for-second-outer-row-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698