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

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 - make a helper method. Created 5 years, 9 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 | LayoutTests/fast/multicol/dynamic/change-block-with-inline-to-multicol-assert-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 <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
« no previous file with comments | « no previous file | LayoutTests/fast/multicol/dynamic/change-block-with-inline-to-multicol-assert-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698