diff options
Diffstat (limited to 'testing/web-platform/tests/css/css-multicol/crashtests/nested-spanner-with-negative-margin.html')
-rw-r--r-- | testing/web-platform/tests/css/css-multicol/crashtests/nested-spanner-with-negative-margin.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/testing/web-platform/tests/css/css-multicol/crashtests/nested-spanner-with-negative-margin.html b/testing/web-platform/tests/css/css-multicol/crashtests/nested-spanner-with-negative-margin.html new file mode 100644 index 0000000000..3a9b2e354c --- /dev/null +++ b/testing/web-platform/tests/css/css-multicol/crashtests/nested-spanner-with-negative-margin.html @@ -0,0 +1,10 @@ +<!DOCTYPE html> +<link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org"> +<link rel="help" href="https://bugs.chromium.org/p/chromium/issues/detail?id=1321365"> +<div style="columns:2; column-fill:auto; height:20px;"> + <div style="height:20px;"></div> + <div style="columns:1;"> + <div style="column-span:all; margin-bottom:-3px;"></div> + <div style="height:10px;"></div> + </div> +</div> |