diff options
Diffstat (limited to 'testing/web-platform/tests/css/css-multicol/crashtests/spanner-in-inline-after-very-tall-content-002.html')
-rw-r--r-- | testing/web-platform/tests/css/css-multicol/crashtests/spanner-in-inline-after-very-tall-content-002.html | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/testing/web-platform/tests/css/css-multicol/crashtests/spanner-in-inline-after-very-tall-content-002.html b/testing/web-platform/tests/css/css-multicol/crashtests/spanner-in-inline-after-very-tall-content-002.html new file mode 100644 index 0000000000..0a68ec8288 --- /dev/null +++ b/testing/web-platform/tests/css/css-multicol/crashtests/spanner-in-inline-after-very-tall-content-002.html @@ -0,0 +1,14 @@ +<!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=1327882"> +<div style="columns:15;"> + <span> + <div style="height:214748364px;"></div> + </span> + <br> + <div style="display:inline-block; width:100px; height:2147487px;"></div> + <span> + <div style="column-span:all;"></div> + </span> + <div style="columns:1; column-fill:auto; height:2147483px;"></div> +</div> |