Update web-platform-tests to revision 35077458592d7cf9349840211759aa85f20cd20c

This commit is contained in:
WPT Sync Bot 2021-01-24 08:20:31 +00:00
parent 500cb865bd
commit 9320df4683
150 changed files with 2079 additions and 765 deletions

View file

@ -37,7 +37,7 @@ td > div {
.relative {
position: relative;
top: 50px;
background-color: green;
background-color: white;
}
.absolute {
@ -55,7 +55,7 @@ td > div {
<tr><td><div></div></td></tr>
</tbody>
<tfoot class="relative">
<tr><td><div class="absolute"></div></td></tr>
<tr><td style="width:50px;height:50px"><div class="absolute"></div></td></tr>
</tfoot>
</table>
</div>