| Index: third_party/WebKit/LayoutTests/fast/multicol/span/spanner-after-negative-margin-bottom-crash-2.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/multicol/span/spanner-after-negative-margin-bottom-crash-2.html b/third_party/WebKit/LayoutTests/fast/multicol/span/spanner-after-negative-margin-bottom-crash-2.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..1fe2a0bee8a8429adeff9b7bfbc770375d74626b
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/fast/multicol/span/spanner-after-negative-margin-bottom-crash-2.html
|
| @@ -0,0 +1,12 @@
|
| +<!DOCTYPE html>
|
| +<div style="columns:1;">
|
| + <div style="height:1px;"></div>
|
| + <div style="margin-top:20px; margin-bottom:-500px;"></div>
|
| + <div style="column-span:all;"></div>
|
| + <div style="height:1px;"></div>
|
| +</div>
|
| +<script src="../../../resources/testharness.js"></script>
|
| +<script src="../../../resources/testharnessreport.js"></script>
|
| +<script>
|
| + test(function() { }, "No crash!");
|
| +</script>
|
|
|