blob: 1b0774129da2601dff9d77d3fcec43949bd96fd2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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>
|