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

Unified 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, 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 side-by-side diff with in-line comments
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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/multicol/dynamic/change-block-with-inline-to-multicol-assert.html
diff --git a/LayoutTests/fast/multicol/dynamic/change-block-with-inline-to-multicol-assert.html b/LayoutTests/fast/multicol/dynamic/change-block-with-inline-to-multicol-assert.html
new file mode 100644
index 0000000000000000000000000000000000000000..dfcb008c8c41587052e1d71724d2fa19eb30d68a
--- /dev/null
+++ b/LayoutTests/fast/multicol/dynamic/change-block-with-inline-to-multicol-assert.html
@@ -0,0 +1,14 @@
+<!DOCTYPE html>
+<p>Test changing a regular block with inline children into a multicol container, and then add a block.</p>
+<p>PASS if no crash.</p>
+<div id="container">
+ &nbsp;
+ <script>
+ if (window.testRunner)
+ testRunner.dumpAsText();
+ document.body.offsetTop;
+ document.getElementById("container").style.webkitColumns = '3';
+ document.body.offsetTop;
+ </script>
+ <p></p>
+</div>
« 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