Update web-platform-tests to revision 38bc0248d6de92451d8d1c180056dbae0564606c

This commit is contained in:
WPT Sync Bot 2020-10-17 08:21:07 +00:00
parent e0bbe82f76
commit 8b930e61dd
118 changed files with 1216 additions and 173 deletions

View file

@ -10,6 +10,6 @@
<!-- This makes sure that we only see green if the flex items are sized correctly -->
<div style="position: absolute; width: 100px; height: 100px; background: green;"></div>
<div style="display: flex; flex-direction: column; width: 100px; height: 100px; line-height: 20px; align-items: center; background: green;">
<div style="display: flex; flex-direction: column; width: 100px; height: 100px; line-height: 20px; align-items: center;">
<img src="../support/red-rect.svg">
</div>