summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-tables/crashtests/negative-section-distribution.html
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/tests/css/css-tables/crashtests/negative-section-distribution.html')
-rw-r--r--testing/web-platform/tests/css/css-tables/crashtests/negative-section-distribution.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/testing/web-platform/tests/css/css-tables/crashtests/negative-section-distribution.html b/testing/web-platform/tests/css/css-tables/crashtests/negative-section-distribution.html
new file mode 100644
index 0000000000..b0cedcaf5a
--- /dev/null
+++ b/testing/web-platform/tests/css/css-tables/crashtests/negative-section-distribution.html
@@ -0,0 +1,12 @@
+<!DOCTYPE html>
+<div style="display: flex;">
+ <button>
+ <div style="float: left; padding-top: 2147483648em;"></div>
+ </button>
+ <table>
+ <caption style="display: flex;">
+ text<br>text
+ </caption>
+ <tbody></tbody>
+ </table>
+</div>