| Index: third_party/WebKit/LayoutTests/fast/multicol/zero-height-inner-multicol-at-boundary-crash.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/multicol/zero-height-inner-multicol-at-boundary-crash.html b/third_party/WebKit/LayoutTests/fast/multicol/zero-height-inner-multicol-at-boundary-crash.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..00c827582f8ff4d372f8bbd0697f82110141971a
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/fast/multicol/zero-height-inner-multicol-at-boundary-crash.html
|
| @@ -0,0 +1,14 @@
|
| +<!DOCTYPE html>
|
| +<div style="columns:2; column-fill:auto; height:20px;">
|
| + <div style="columns:2;">
|
| + <div style="height:40px;"></div>
|
| + <div style="columns:1; height:0; column-fill:auto;">
|
| + <div></div>
|
| + </div>
|
| + </div>
|
| +</div>
|
| +<script src="../../resources/testharness.js"></script>
|
| +<script src="../../resources/testharnessreport.js"></script>
|
| +<script>
|
| + test(() => { }, "No crash or assertion failure.");
|
| +</script>
|
|
|