Update web-platform-tests to revision 3bf30e8f1c56700c4b48508e876e72cccb7437ed

This commit is contained in:
WPT Sync Bot 2020-04-01 08:18:45 +00:00
parent ef2b9863d1
commit d8c042fbb2
95 changed files with 1078 additions and 395 deletions

View file

@ -0,0 +1,11 @@
<!DOCTYPE html>
<style>
.flex {
height: 200px;
background: blue;
}
</style>
There should only be a blue box below, and the word "FAIL" should
not be seen.
<div class="flex">
</div>