mirror of
https://github.com/servo/servo.git
synced 2025-08-04 13:10:20 +01:00
Update web-platform-tests to revision b'5656a2f4653b5894c500b724778009ca9a26e48c'
This commit is contained in:
parent
cc6026d81e
commit
41d386c907
861 changed files with 3963 additions and 1531 deletions
|
@ -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>
|
Loading…
Add table
Add a link
Reference in a new issue