DescriptionDon't let RenderScrollbarPart have padding.
Return 0 padding for all sides. While RenderScrollbarPart isn't laid
out normally and padding is ignored anyway, the padding getters may
still be used from outside layout, and if padding is percent-based, a
containing block is required, which not all RenderScrollbarPart
objects have, so it would crash.
BUG=341004
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=167640
Patch Set 1 #Patch Set 2 : Code review - add test. #
Total comments: 6
Patch Set 3 : Rebase master #Patch Set 4 : Code review #
Messages
Total messages: 8 (0 generated)
|