mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Add parsing of overflow: scroll
and auto
.
Elements with overflow scroll/auto are not yet scrollable, but they will be clipped correctly (like `overflow: hidden`).
This commit is contained in:
parent
21e4d85511
commit
f7e371fdfd
5 changed files with 56 additions and 6 deletions
|
@ -76,6 +76,9 @@
|
|||
== linebreak_simple_a.html linebreak_simple_b.html
|
||||
== linebreak_inline_span_a.html linebreak_inline_span_b.html
|
||||
== overconstrained_block.html overconstrained_block_ref.html
|
||||
== overflow_auto.html overflow_simple_b.html
|
||||
== overflow_scroll.html overflow_simple_b.html
|
||||
== overflow_simple_a.html overflow_simple_b.html
|
||||
== position_fixed_background_color_a.html position_fixed_background_color_b.html
|
||||
== position_fixed_overflow_a.html position_fixed_overflow_b.html
|
||||
== noscript.html noscript_ref.html
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue