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"> |
+ |
+ <script> |
+ if (window.testRunner) |
+ testRunner.dumpAsText(); |
+ document.body.offsetTop; |
+ document.getElementById("container").style.webkitColumns = '3'; |
+ document.body.offsetTop; |
+ </script> |
+ <p></p> |
+</div> |