mirror of
https://github.com/servo/servo.git
synced 2025-08-07 14:35:33 +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,6 @@
|
|||
<!DOCTYPE html>
|
||||
<div style="width: 100px; height: 100px; border: solid;">
|
||||
<div style="overflow-y: scroll; max-height: 100%;">
|
||||
<div style="height: 200px; background: green;"></div>
|
||||
</div>
|
||||
</div>
|
|
@ -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>
|
|
@ -0,0 +1,12 @@
|
|||
<!DOCTYPE html>
|
||||
<link rel="help" href="https://drafts.csswg.org/css-flexbox-1/#resolve-flexible-lengths">
|
||||
<link rel="match" href="../reference/ref-filled-green-100px-square.xht">
|
||||
<meta name="assert" content="The table's main-axis (block-size) size is flex to consume the available space.">
|
||||
<p>Test passes if there is a filled green square and <strong>no red</strong>.</p>
|
||||
<div style="display: flex; flex-direction: column; width: 100px; height: 100px; background: red;">
|
||||
<table style="border-spacing: 0; flex-grow: 1;">
|
||||
<caption style="height: 10px; background: green;"></caption>
|
||||
<caption style="height: 20px; background: green; caption-side: bottom;"></caption>
|
||||
<td style="background: green;"></td>
|
||||
</table>
|
||||
</div>
|
|
@ -0,0 +1,12 @@
|
|||
<!DOCTYPE html>
|
||||
<link rel="help" href="https://drafts.csswg.org/css-flexbox-1/#valdef-align-items-stretch">
|
||||
<link rel="match" href="../reference/ref-filled-green-100px-square.xht">
|
||||
<meta name="assert" content="The table's cross-axis (block-size) is stretched.">
|
||||
<p>Test passes if there is a filled green square and <strong>no red</strong>.</p>
|
||||
<div style="display: flex; width: 100px; height: 100px; background: red;">
|
||||
<table style="border-spacing: 0; flex-grow: 1;">
|
||||
<caption style="height: 10px; background: green;"></caption>
|
||||
<caption style="height: 20px; background: green; caption-side: bottom;"></caption>
|
||||
<td style="background: green;"></td>
|
||||
</table>
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue