Update web-platform-tests to revision 2be2d7e3abcde5baded3448b85d0bb88e58d3cf7

This commit is contained in:
WPT Sync Bot 2020-02-25 08:19:47 +00:00
parent c9c5f8b9e5
commit 5a55ae1b13
377 changed files with 9772 additions and 15950 deletions

View file

@ -0,0 +1,10 @@
<!DOCTYPE html>
<link rel="author" title="David Grogan" href="mailto:dgrogan@chromium.org">
<link rel="help" href="https://www.w3.org/TR/css-flexbox-1/#layout-algorithm">
<link rel="match" href="../reference/ref-filled-green-100px-square-only.html">
<meta name="assert" content="Item's size includes padding even when there is overflow:hidden. Chrome crashed on this.">
<p>Test passes if there is a filled green square only.</p>
<div style="display: flex">
<div style="padding: 50px; background: green; overflow: hidden;"></div>
</div>