diff options
Diffstat (limited to 'testing/web-platform/tests/css/css-overflow/table-header-group-overflow-crash.html')
-rw-r--r-- | testing/web-platform/tests/css/css-overflow/table-header-group-overflow-crash.html | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/testing/web-platform/tests/css/css-overflow/table-header-group-overflow-crash.html b/testing/web-platform/tests/css/css-overflow/table-header-group-overflow-crash.html new file mode 100644 index 0000000000..1b0774129d --- /dev/null +++ b/testing/web-platform/tests/css/css-overflow/table-header-group-overflow-crash.html @@ -0,0 +1,17 @@ +<!DOCTYPE html> +<title>Crash test: table-header-group with default overflow/clip margin</title> +<link rel="help" href="https://drafts.csswg.org/css-overflow/#propdef-overflow"> +<link rel="author" title="Vladimir Levin" href="mailto:vmpstr@chromium.org"> + +<style type="text/css"> +*:last-child{ + display: table-header-group; +} +</style> + +<object> + <table> + <caption>Text</caption> + <tbody></tbody> + </table> +</object> |