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:
Martin Robinson 2017-06-30 09:57:20 -07:00
parent 9d74ae890b
commit 39a98d4ff1
6 changed files with 102 additions and 3 deletions

View file

@ -29,4 +29,4 @@ p {
<script>
document.getElementById('outer').scrollTop = 15;
</script>
</body></html>
</body></html>