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

Side by Side Diff: LayoutTests/fast/multicol/dynamic/change-block-with-inline-to-multicol-assert.html

Issue 922173002: Don't pass semi-detached renderers to the flow thread (or anyone else). (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: code review Created 5 years, 10 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 <p>Test changing a regular block with inline children into a multicol container, and then add a block.</p>
3 <p>PASS if no crash.</p>
4 <div id="container">
5 &nbsp;
6 <script>
7 if (window.testRunner)
8 testRunner.dumpAsText();
9 document.body.offsetTop;
10 document.getElementById("container").style.webkitColumns = '3';
11 document.body.offsetTop;
12 </script>
13 <p></p>
14 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698