Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Make sure computed values for 'baseline-shift' CSS property have 'px'…
… unit for lengths https://bugs.webkit.org/show_bug.cgi?id=249318 Reviewed by Simon Fraser. Make sure computed values for 'baseline-shift' CSS property have 'px' unit for lengths. This is similar to what we do for other types of CSS properties. However, this SVG CSS property would previously only compute to 'px' when applied to a SVGElement. * LayoutTests/imported/w3c/web-platform-tests/css/css-typed-om/the-stylepropertymap/properties/baseline-shift-expected.txt: * Source/WebCore/css/SVGCSSComputedStyleDeclaration.cpp: (WebCore::ComputedStyleExtractor::svgPropertyValue): Canonical link: https://commits.webkit.org/257928@main
- Loading branch information