-
- Downloads
Bug 1805392 - Fix outline-style: inherit behavior if you don't specify outline-width. r=Oriol
The fix is calling set_outline_style so that we also reset the actual outline width. Also clean-up surrounding code a little bit to be marginally more efficient, and do the same change for border-*-style (which was doing the right thing, but it's better to make sure both stay in sync). Differential Revision: https://phabricator.services.mozilla.com/D164554
Showing
- servo/components/style/properties/gecko.mako.rs 2 additions, 5 deletionsservo/components/style/properties/gecko.mako.rs
- servo/components/style/style_adjuster.rs 9 additions, 11 deletionsservo/components/style/style_adjuster.rs
- testing/web-platform/tests/css/css-ui/outline-style-inherit-ref.html 7 additions, 0 deletions...-platform/tests/css/css-ui/outline-style-inherit-ref.html
- testing/web-platform/tests/css/css-ui/outline-style-inherit.html 14 additions, 0 deletions.../web-platform/tests/css/css-ui/outline-style-inherit.html
Loading
Please register or sign in to comment