mirror of
https://github.com/servo/servo.git
synced 2025-08-12 00:45:33 +01:00
Update web-platform-tests to revision 35077458592d7cf9349840211759aa85f20cd20c
This commit is contained in:
parent
500cb865bd
commit
9320df4683
150 changed files with 2079 additions and 765 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue