| Index: LayoutTests/fast/multicol/unbreakable-content-taller-than-height-crash.html
|
| diff --git a/LayoutTests/fast/multicol/unbreakable-content-taller-than-height-crash.html b/LayoutTests/fast/multicol/unbreakable-content-taller-than-height-crash.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..c27413c56dfd410f6f744e0e4f0f01fbbf39f71a
|
| --- /dev/null
|
| +++ b/LayoutTests/fast/multicol/unbreakable-content-taller-than-height-crash.html
|
| @@ -0,0 +1,11 @@
|
| +<!DOCTYPE html>
|
| +<p>Test that unbreakable content inside a multicol container that's taller than the specified height
|
| + of the multicol container doesn't cause an assertion failure.</p>
|
| +<p>PASS if no crash or assertion failure.</p>
|
| +<script>
|
| + if (window.testRunner)
|
| + testRunner.dumpAsText();
|
| +</script>
|
| +<div style="-webkit-columns:2; height:0.2em;">
|
| + x
|
| +</div>
|
|
|