summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-multicol/crashtests/nested-with-tall-padding-and-spanner-and-content.html
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/tests/css/css-multicol/crashtests/nested-with-tall-padding-and-spanner-and-content.html')
-rw-r--r--testing/web-platform/tests/css/css-multicol/crashtests/nested-with-tall-padding-and-spanner-and-content.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/testing/web-platform/tests/css/css-multicol/crashtests/nested-with-tall-padding-and-spanner-and-content.html b/testing/web-platform/tests/css/css-multicol/crashtests/nested-with-tall-padding-and-spanner-and-content.html
new file mode 100644
index 0000000000..cca75d461c
--- /dev/null
+++ b/testing/web-platform/tests/css/css-multicol/crashtests/nested-with-tall-padding-and-spanner-and-content.html
@@ -0,0 +1,9 @@
+<!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=1308937">
+<div style="columns:2; height:100px;">
+ <div style="columns:2; padding-top:101px;">
+ <div style="column-span:all;"></div>
+ <div></div>
+ </div>
+</div>