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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/multicol/infinite-height-causing-fractional-row-height-crash.html

Issue 2874933005: Distinguish between row (fragmentainer group) height and column (fragmentainer) height. (Closed)
Patch Set: Created 3 years, 7 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
(Empty)
1 <!DOCTYPE html>
2 <div style="columns:12;">
3 <div style="height:1234567890px; margin-top:17179869177px;">
4 <div style="height:1px;"></div>
5 <div style="column-span:all;"></div>
6 </div>
7 <div style="columns:2; column-fill:auto; height:20px;">
8 <div style="height:1px;"></div>
9 <div style="margin-top:1px;"></div>
10 </div>
11 </div>
12 <script src="../../resources/testharness.js"></script>
13 <script src="../../resources/testharnessreport.js"></script>
14 <script>
15 test(() => { }, "No crash or assertion failure.");
16 </script>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698