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