mirror of
https://github.com/servo/servo.git
synced 2025-08-11 00:15:32 +01:00
Update web-platform-tests to revision 8fd32a0f7c18d32ae9e147d267746accc3ee9ad5
This commit is contained in:
parent
1a61937031
commit
1c115a1737
133 changed files with 1771 additions and 599 deletions
|
@ -0,0 +1,9 @@
|
|||
<!DOCTYPE html>
|
||||
<link rel="help" href="https://crbug.com/903224">
|
||||
<link rel="match" href="../reference/ref-filled-green-100px-square.xht">
|
||||
<meta name="assert" content="A positioned absolute table should resolve its %-height against its containing block.">
|
||||
<p>Test passes if there is a filled green square and <strong>no red</strong>.</p>
|
||||
<div style="position:relative; width:100px;">
|
||||
<div style="position:absolute; display:table; width:100%; height:100%; background:green;"></div>
|
||||
<div style="height:100px; background:red;"></div>
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue