Update web-platform-tests to revision 90a1381e3736eca4700c1b08fee8f313fea20593

This commit is contained in:
WPT Sync Bot 2020-12-12 08:41:09 +00:00
parent b4f48c67f8
commit c5424d579d
937 changed files with 4440 additions and 6240 deletions

View file

@ -10,9 +10,9 @@ div {position:absolute; border:green 4px solid}
<!-- the height for table cells includes the border -->
<div>
<table cellspacing="0">
<tbody><tr><td style="border:solid 4px orange; height:34px">cell 1</td></tr>
<tbody><tr><td style="border:solid 4px orange; height:30px">cell 1</td></tr>
</tbody></table>
</div>
</body></html>
</body></html>

View file

@ -11,9 +11,9 @@ caption {border:solid 4px green}
<table cellpadding="0" cellspacing="0"><caption>caption</caption>
<tbody><tr>
<td style="border:solid 4px orange; width:102px; height:34px">cell 1</td>
<td style="border:solid 4px orange; width:102px; height:32px">cell 1</td>
</tr>
</tbody></table>
</body></html>
</body></html>