mirror of
https://github.com/servo/servo.git
synced 2025-08-11 00:15:32 +01:00
Update web-platform-tests to revision 90a1381e3736eca4700c1b08fee8f313fea20593
This commit is contained in:
parent
b4f48c67f8
commit
c5424d579d
937 changed files with 4440 additions and 6240 deletions
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue