Update web-platform-tests to revision b'b964db08565d01d21c778783da8e9b5d403de3d4'

This commit is contained in:
WPT Sync Bot 2021-03-03 08:19:28 +00:00
parent e13a04627c
commit 5cd4d0259a
116 changed files with 2135 additions and 337 deletions

View file

@ -49,12 +49,12 @@
Space-to-be-distributed = 200px - borders = 200 - (1 + 1) - (1 + 1)
= 196px
1st element gets 5/8 of space: 5/8 * 196px = 122.5px
1st element gets 3/8 of space: 3/8 * 196px = 73.5px
1st element gets 5/9 of space: 5/9 * 196px = 108.8px
1st element gets 4/9 of space: 4/9 * 196px = 87.1px
-->
<div class="flexbox">
<iframe style="flex: 5"/>
<iframe style="flex: 3"/>
<iframe style="flex: 4"/>
</div>
<!-- D) Two iframe elements, getting stretched by different ratios, from