mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
Update web-platform-tests to revision c5dd38e18824f16f48b0c1703f43ff33359d9947
This commit is contained in:
parent
74e3a4b0c5
commit
ec9472572a
129 changed files with 2532 additions and 324 deletions
|
@ -0,0 +1,10 @@
|
|||
<!DOCTYPE html>
|
||||
<title>CSS aspect-ratio: div block size + percentage resolution</title>
|
||||
<link rel="help" href="https://drafts.csswg.org/css-sizing-4/#aspect-ratio">
|
||||
<link rel="match" href="../../reference/ref-filled-green-100px-square.xht" />
|
||||
|
||||
<p>Test passes if there is a filled green square and <strong>no red</strong>.</p>
|
||||
|
||||
<div style="height: 100px; width: 50px;">
|
||||
<div style="height: 100%; aspect-ratio: 1/1; background: green"></div>
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue