Update web-platform-tests to revision c5dd38e18824f16f48b0c1703f43ff33359d9947

This commit is contained in:
WPT Sync Bot 2021-01-27 08:22:03 +00:00
parent 74e3a4b0c5
commit ec9472572a
129 changed files with 2532 additions and 324 deletions

View file

@ -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>