mirror of
https://github.com/servo/servo.git
synced 2025-08-02 20:20:14 +01:00
parent
de7c67575e
commit
ff831bb478
2 changed files with 40 additions and 1 deletions
7
tests/html/overflow-hidden.html
Normal file
7
tests/html/overflow-hidden.html
Normal file
|
@ -0,0 +1,7 @@
|
|||
<div style="position: absolute; left: 0px; bottom: 0px; width: 100%; height: 48px; overflow: hidden; background: red;">
|
||||
<!-- vertical overflow -->
|
||||
<span style="display: inline-block; height: 32px; width: 32px; margin: 20px;"></span>
|
||||
<!-- horizontal overflow -->
|
||||
<div style="width: 40px; height: 40px; position: absolute; right: -40px;"></div>
|
||||
</div>
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue