Update web-platform-tests to revision a4482f355e2848f4623cf46f521cb9b3bca56129

This commit is contained in:
WPT Sync Bot 2020-04-14 08:19:18 +00:00
parent 33a74a4f4e
commit 10cafa3df2
86 changed files with 1024 additions and 172 deletions

View file

@ -28,8 +28,8 @@ to fit the size of flexitem according to flex values.">
<div id=log></div>
<div class="flexbox">
<img data-expected-display="block" data-expected-width="345" style="flex: 1 0 auto;" src="support/100x100-blue.png">
<img data-expected-display="block" data-expected-width="255" data-expected-height="100" style="flex: 1 0 auto;" src="support/10x10-green.png">
<img data-expected-display="block" data-expected-width="345" data-expected-height="345" style="flex: 1 0 auto;" src="support/100x100-blue.png">
<img data-expected-display="block" data-expected-width="255" data-expected-height="345" style="flex: 1 0 auto;" src="support/10x10-green.png">
</div>
</body>