NEW 277793
Fork WPT tests where auto-prefixing on import applies
https://bugs.webkit.org/show_bug.cgi?id=277793
Summary Fork WPT tests where auto-prefixing on import applies
Sam Sneddon [:gsnedders]
Reported 2024-08-08 00:03:33 PDT
Currently, we add prefixes to CSS properties when importing tests from WPT. This rewriting of the tests is fragile and the cause of a number of problems, and we've long wanted to get rid of this. At this point, we have ~200 tests where our prefixing is important, and we're unlikely to be moving these prefixed properties to be closer to the spec or fixing many bugs when new tests are added (though we may well do this when adding support for the unprefixed properties). As such, we may as well just fork the tests into http/wpt and remove the prefixing from the import script, which also allows us to remove the parse/serialize cycle we do which breaks a number of tests (bug 268218, bug 207731, bug 207736).
Attachments
Radar WebKit Bug Importer
Comment 1 2024-08-08 00:03:53 PDT
Note You need to log in before you can comment on or make changes to this bug.