Update web-platform-tests to revision 47ff38a34af6d74b80ffd3e073f7504227ce4668

This commit is contained in:
WPT Sync Bot 2020-11-07 08:19:55 +00:00
parent 0aff4e1d57
commit 5a86c734fc
93 changed files with 2700 additions and 250 deletions

View file

@ -0,0 +1,6 @@
<!DOCTYPE html>
<title>CSS aspect ratio: An intrinsic max-width should not crash when used with aspect ratio</title>
<link rel="author" title="Google LLC" href="https://www.google.com/">
<link rel="help" href="https://drafts.csswg.org/css-sizing-4/#aspect-ratio">
<div style="max-width: max-content; height: 100px; aspect-ratio: 1/1;"></div>