mirror of
https://github.com/servo/servo.git
synced 2025-08-12 00:45:33 +01:00
Update web-platform-tests to revision b'421155a1c8752a36b465e62f466b18f821190e08'
This commit is contained in:
parent
871cefc926
commit
fd56698ec7
722 changed files with 19686 additions and 8130 deletions
|
@ -0,0 +1,18 @@
|
|||
<!DOCTYPE html>
|
||||
<div style='container-type: size;'></div>
|
||||
<table>
|
||||
<tbody id='id_0'></tbody>
|
||||
<th id='id_1'>
|
||||
<tr>
|
||||
<th></th>
|
||||
</tr>
|
||||
</th>
|
||||
</table>
|
||||
<script>
|
||||
const tbody = document.getElementById('id_0')
|
||||
tbody.getBoundingClientRect();
|
||||
const theader = document.getElementById('id_1')
|
||||
tbody.outerText = 'foo';
|
||||
theader.setAttribute('rowspan', 100)
|
||||
tbody.getBoundingClientRect();
|
||||
</script>
|
|
@ -0,0 +1,3 @@
|
|||
<!DOCTYPE html>
|
||||
<audio controls style='container-type: size'></audio>
|
||||
<iframe>
|
Loading…
Add table
Add a link
Reference in a new issue