mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +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
|
@ -29,4 +29,4 @@ p {
|
|||
<script>
|
||||
document.getElementById('outer').scrollTop = 15;
|
||||
</script>
|
||||
</body></html>
|
||||
</body></html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue