Bug 249814 - Fix css/css-typed-om/the-stylepropertymap/properties/stop-opacity.html WPT test
Summary: Fix css/css-typed-om/the-stylepropertymap/properties/stop-opacity.html WPT test
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Dumez
URL:
Keywords: InRadar
Depends on:
Blocks: 175733
  Show dependency treegraph
 
Reported: 2022-12-22 14:38 PST by Chris Dumez
Modified: 2022-12-22 17:11 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Dumez 2022-12-22 14:38:38 PST
Fix css/css-typed-om/the-stylepropertymap/properties/stop-opacity.html WPT test to match the specification:
- https://svgwg.org/svg2-draft/pservers.html#StopOpacityProperty

This property should allow percentages, not just numbers. Also, the computed value should be a number in the [0, 1] range, with percentages converted to numbers.
Comment 1 Chris Dumez 2022-12-22 14:40:02 PST
Pull request: https://github.com/WebKit/WebKit/pull/8026
Comment 2 EWS 2022-12-22 17:10:51 PST
Committed 258272@main (7f5f7218ee4a): <https://commits.webkit.org/258272@main>

Reviewed commits have been landed. Closing PR #8026 and removing active labels.
Comment 3 Radar WebKit Bug Importer 2022-12-22 17:11:16 PST
<rdar://problem/103655421>