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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/multicol/flowthread-with-floats-destroyed-crash.html

Issue 2863093004: Flowthread should move its floatlists to container when evacuating (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 <style>
3 .CLASS5 { columns:1; }
4 body *:only-of-type { columns:auto; float:left; }
5 </style>
6 <div class="CLASS5">
7 <span>
8 <span contenteditable="true"></span>
9 </span>
10 <div>
11 <div></div>
12 <script>
13 document.body.offsetTop;
14 </script>
15 <div style="width:200px; writing-mode:vertical-rl;"></div>
16 </div>
17 </div>
18 <script src="../../resources/testharness.js"></script>
19 <script src="../../resources/testharnessreport.js"></script>
20 <script>
21 test(function() { }, "crbug.com/714440: Passes if it does not crash.");
22 </script>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698