| Index: third_party/WebKit/LayoutTests/fast/multicol/infinitely-tall-content-in-outer-crash.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/multicol/infinitely-tall-content-in-outer-crash.html b/third_party/WebKit/LayoutTests/fast/multicol/infinitely-tall-content-in-outer-crash.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..d028028c610e7b8585c355fe0fe06e0ff1666d94
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/fast/multicol/infinitely-tall-content-in-outer-crash.html
|
| @@ -0,0 +1,13 @@
|
| +<!DOCTYPE html>
|
| +<script>
|
| + if (window.testRunner)
|
| + testRunner.dumpAsText();
|
| +</script>
|
| +<p>PASS if no crash or assertion failure.</p>
|
| +<div style="-webkit-columns:3; column-fill:auto; height:600px;">
|
| + <div style="height:12345678987654321px;"></div>
|
| + <div style="-webkit-columns:3;">
|
| + <div style="height:10000px;"></div>
|
| + <br>
|
| + </div>
|
| +</div>
|
|
|