NEW 118026
CSS clip property should not force additional clamping to border box
https://bugs.webkit.org/show_bug.cgi?id=118026
Summary CSS clip property should not force additional clamping to border box
Ryosuke Niwa
Reported 2013-06-25 21:20:39 PDT
Merge https://chromium.googlesource.com/chromium/blink/+/3f848e4438bc0c6da76778a91761d61fcc3bd2e8 For a composited layer computing its bounds, there is a code path that clamps a layer's cliprect to the corresponding element's border box. However, this is incorrect, since a CSS clip may have valid bounds that include things outside the border box. So, that clamping should only occur if there is an overflow clip.
Attachments
Note You need to log in before you can comment on or make changes to this bug.