NEW265967
Fix failing '%' valid and invalid 'shape-image-threshold' parsing tests
https://bugs.webkit.org/show_bug.cgi?id=265967
Summary Fix failing '%' valid and invalid 'shape-image-threshold' parsing tests
Ahmad Saleem
Reported 2023-12-06 14:45:10 PST
Hi Team, While going through bug 191939, I noticed that we fail 'shape-image-threshold' test for % values and while looking into Safari failures on WPT, I came across us failing following: WPT Test Cases: https://wpt.fyi/results/css/css-shapes/parsing?label=master&label=experimental&aligned=&q=shape-image-threshold+safari%3Afail I just wanted to raise this as separate so we can track it better. Thanks!
Attachments
Radar WebKit Bug Importer
Comment 1 2023-12-13 14:46:14 PST
Ahmad Saleem
Comment 2 2025-06-05 04:12:56 PDT
Changing `CSSProperties.json` from: "style-converter": "Number<float>", "parser-grammar": "<number>" to "style-converter": "Opacity", "parser-grammar": "<alpha-value>" ___ It fixes - shape-image-threshold-computed.html but it also lead to failure in `css/css-typed-om/the-stylepropertymap/properties/shape-image-threshold.html`. We still need to fix `invalid` test post above fix.
Note You need to log in before you can comment on or make changes to this bug.