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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/multicol/insane-column-count-and-padding-nested-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:25000;">
3 <div style="position:relative;">
4 <div style="position:absolute; padding-top:2147483647px; columns:10; off set-path:path('m 2 0 v -1');">
5 <div style="padding-bottom:1px;"></div>
6 <div style="margin-top:1px;"></div>
7 </div>
8 </div>
9 </div>
10 <script src="../../resources/testharness.js"></script>
11 <script src="../../resources/testharnessreport.js"></script>
12 <script>
13 test(() => { }, "No crash or assertion failure.");
14 </script>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698