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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/multicol/pushed-line-affected-by-float.html

Issue 1905923002: Don't lose the pagination strut when a line is re-created. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Wrong relative path to resources/ Created 4 years, 8 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/pushed-line-affected-by-float-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 <style>
4 #multicol { position:relative; columns:2; width:100px; line-height:20px; bac kground:black; }
5 #float { float:right; width:30px; height:30px; background:blue; break-inside :avoid; }
6 </style>
7 <p>There should be a blue box in the top right corner of the black box.</p>
8 <div data-expected-height="40" id="multicol">
eae 2016/04/21 16:44:21 This might be better as a reftest as it currently
mstensho (USE GERRIT) 2016/04/21 18:56:59 Yeah, that's the weakness about check-layout tests
9 x<br>
10 <div data-offset-y="0" id="float"></div>
11 x<br>
12 x<br>
13 </div>
14 <script>
15 checkLayout("#multicol");
16 </script>
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/multicol/pushed-line-affected-by-float-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698