mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Update web-platform-tests to revision 2be2d7e3abcde5baded3448b85d0bb88e58d3cf7
This commit is contained in:
parent
c9c5f8b9e5
commit
5a55ae1b13
377 changed files with 9772 additions and 15950 deletions
|
@ -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>
|
Loading…
Add table
Add a link
Reference in a new issue