DescriptionAdd UseCounter for border-image overriding border-widths
According to the specification, if one border-style is 'none' the
corresponding border-width should be zero and thus border-image-width
resolve to zero. No border-image can be drawn at zero-width border.
WebKit implemented an old version of the css border specification for
border-image and does not reset border-widths to zero for border-style
'none' when there is a border-image.
Add a use counter to get data on how many views that rely on this
behavior.
BUG=356802
Committed: https://crrev.com/235538d4c5836ab7651ae54ce04360eca362089d
Cr-Commit-Position: refs/heads/master@{#360357}
Patch Set 1 #
Total comments: 1
Patch Set 2 : Address review comments #Patch Set 3 : Fix c&p error #
Messages
Total messages: 23 (10 generated)
|