Bug 249823 - Fix css/css-typed-om/the-stylepropertymap/properties/opacity.html WPT test
Summary: Fix css/css-typed-om/the-stylepropertymap/properties/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 15:49 PST by Chris Dumez
Modified: 2022-12-23 09:50 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 15:49:10 PST
Fix css/css-typed-om/the-stylepropertymap/properties/opacity.html WPT test to match the specification:
- https://w3c.github.io/csswg-drafts/css-color/#transparency

The `opacity` property should allow percentages and these percentages should get converted to a number in the [0, 1] range in the computed value.
Comment 1 Chris Dumez 2022-12-22 15:50:31 PST
Pull request: https://github.com/WebKit/WebKit/pull/8033
Comment 2 EWS 2022-12-23 09:49:57 PST
Committed 258299@main (c2f53e711423): <https://commits.webkit.org/258299@main>

Reviewed commits have been landed. Closing PR #8033 and removing active labels.
Comment 3 Radar WebKit Bug Importer 2022-12-23 09:50:22 PST
<rdar://problem/103672351>