mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Update web-platform-tests to revision 77fa639e94d19ad846db71da960d49c89578fb52
This commit is contained in:
parent
65447b44c5
commit
d5ff9803bf
293 changed files with 5028 additions and 6000 deletions
|
@ -0,0 +1,9 @@
|
|||
<!DOCTYPE html>
|
||||
<link rel="help" href="https://bugs.chromium.org/p/chromium/issues/detail?id=1149714">
|
||||
<link rel="match" href="fieldset-as-item-overflow-ref.html">
|
||||
<meta name="assert" content="A fieldset element when flex-shrink is applied has scrollable overflow.">
|
||||
<div style="display: flex; flex-direction: column; width: 100px; height: 100px; border: solid;">
|
||||
<fieldset style="margin: 0; border: none; padding: 0; overflow-y: scroll; overflow-x: hidden; flex-grow: 1;">
|
||||
<div style="height: 200px; background: green;"></div>
|
||||
</fieldset>
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue