Bug 249806
| Summary: | Fix css/css-typed-om/the-stylepropertymap/properties/stroke-opacity.html WPT test | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Chris Dumez <cdumez> |
| Component: | CSS | Assignee: | Chris Dumez <cdumez> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| See Also: | https://github.com/web-platform-tests/wpt/pull/37655 | ||
| Bug Depends on: | |||
| Bug Blocks: | 175733 | ||
Chris Dumez
Fix css/css-typed-om/the-stylepropertymap/properties/stroke-opacity.html WPT test to match the specification:
- https://svgwg.org/svg2-draft/painting.html#StrokeOpacity
The specification says that both <number> and <percentage> are allowed. However, the test was only allowing <number>.
Also, per the specification, the computed value should be a number within the 0 and 1 range (with percentages converted to numbers).
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Chris Dumez
Pull request: https://github.com/WebKit/WebKit/pull/8019
EWS
Committed 258270@main (95e3bdf7a6db): <https://commits.webkit.org/258270@main>
Reviewed commits have been landed. Closing PR #8019 and removing active labels.
Radar WebKit Bug Importer
<rdar://problem/103655306>