mirror of
https://github.com/servo/servo.git
synced 2025-08-05 05:30:08 +01:00
Update web-platform-tests to revision 16c99fc3f05855a7d7d19397a19f49d2dbf429b9
This commit is contained in:
parent
28cbee585d
commit
454002ec4e
359 changed files with 6838 additions and 1401 deletions
|
@ -0,0 +1,9 @@
|
|||
<!DOCTYPE html>
|
||||
<link rel="help" href="https://drafts.csswg.org/css-overflow/#valdef-overflow-clip">
|
||||
<link rel="match" href="../reference/ref-filled-green-100px-square-only.html">
|
||||
<p>Test passes if there is a filled green square.</p>
|
||||
<div style="width: 100px; height: 100px; overflow-x: auto;">
|
||||
<div style="overflow-x: clip;">
|
||||
<div style="width: 200px; height: 100px; background: green;"></div>
|
||||
</div>
|
||||
</div>
|
|
@ -0,0 +1,9 @@
|
|||
<!DOCTYPE html>
|
||||
<link rel="help" href="https://drafts.csswg.org/css-overflow/#valdef-overflow-clip">
|
||||
<link rel="match" href="../reference/ref-filled-green-100px-square-only.html">
|
||||
<p>Test passes if there is a filled green square.</p>
|
||||
<div style="width: 100px; height: 100px; overflow-y: auto;">
|
||||
<div style="overflow-y: clip; height: 100px;">
|
||||
<div style="width: 100px; height: 200px; background: green;"></div>
|
||||
</div>
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue