Bug 163708
Summary: | Shapes tests look like they fail because getPropertyValue() returns "" | ||
---|---|---|---|
Product: | WebKit | Reporter: | Dean Jackson <dino> |
Component: | CSS | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | ahmad.saleem792, ap, bfulgham, rniwa, simon.fraser, webkit-bug-importer, zalan |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Dean Jackson
A lot of the W3C CSS Shapes tests fail because "" !=== null.
Check the expected results for FAIL entries.
We need to send a patch to W3C/CSS. My reading of the CSS OM specification says we are correct and the test is wrong.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/28859137>
Dean Jackson
Once that's confirmed and landed, re-import the W3C tests.
Dean Jackson
./Tools/Scripts/import-w3c-tests ../csswg-test/ -t css-shapes-1 -d imported/w3c/csswg-test/
Ahmad Saleem
I don't think this might an issue as of right now since all W3C tests are now on WPT and Safari Technology Preview 154 do better than other browsers:
https://wpt.fyi/results/css/css-shapes?label=master&label=experimental&aligned&view=subtest&q=css%20shapes
Do we need to look into it? Thanks!
Sam Sneddon [:gsnedders]
Seems like there's basically no usage of getPropertyValue any more, so yeah, this is fixed.