mirror of
https://github.com/servo/servo.git
synced 2025-09-30 16:49:16 +01:00
Fix the size and position of overflow:scroll clip
The clip for overflow:scroll clip was not including the space for padding, which could lead to some content being clipped when it shouldn't. This changes fixes that issue. A test is skipped because this fix also stops hiding a failure due to mispositioned text. Fixes #16576.
This commit is contained in:
parent
9d74ae890b
commit
39a98d4ff1
6 changed files with 102 additions and 3 deletions
|
@ -4199,6 +4199,18 @@
|
|||
{}
|
||||
]
|
||||
],
|
||||
"css/overflow_hidden_clip.html": [
|
||||
[
|
||||
"/_mozilla/css/overflow_hidden_clip.html",
|
||||
[
|
||||
[
|
||||
"/_mozilla/css/overflow_hidden_clip_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
{}
|
||||
]
|
||||
],
|
||||
"css/overflow_position_abs_inline_block.html": [
|
||||
[
|
||||
"/_mozilla/css/overflow_position_abs_inline_block.html",
|
||||
|
@ -9267,6 +9279,11 @@
|
|||
{}
|
||||
]
|
||||
],
|
||||
"css/overflow_hidden_clip_ref.html": [
|
||||
[
|
||||
{}
|
||||
]
|
||||
],
|
||||
"css/overflow_position_abs_inline_block_ref.html": [
|
||||
[
|
||||
{}
|
||||
|
@ -24829,6 +24846,14 @@
|
|||
"f645ece68f6c7afe273daee4d1ec172c7d245632",
|
||||
"support"
|
||||
],
|
||||
"css/overflow_hidden_clip.html": [
|
||||
"bd829a86a3afba8d50bd95877b01d8f291428319",
|
||||
"reftest"
|
||||
],
|
||||
"css/overflow_hidden_clip_ref.html": [
|
||||
"1fb1cb37455ec869689beee8937e409e57422c73",
|
||||
"support"
|
||||
],
|
||||
"css/overflow_position_abs_inline_block.html": [
|
||||
"7550f9c9f3e91635c15554d9ae21e172944054e6",
|
||||
"reftest"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue