NEW 137968
import-w3c-tests should handle parsing & converting SVG files as tests
https://bugs.webkit.org/show_bug.cgi?id=137968
Summary import-w3c-tests should handle parsing & converting SVG files as tests
Rebecca Hauck
Reported 2014-10-22 11:00:28 PDT
Some new tests added to the CSS test repo are SVG files, which write metadata in a different format than HTML. The import script currently does not support parsing this and it should to be able to import these tests.
Attachments
Rebecca Hauck
Comment 1 2014-10-23 10:39:38 PDT
The converter also poses problems with SVG files - namely, it converts endtag to lowercase, which causes problems for camelcase tags (like clipPath)
Note You need to log in before you can comment on or make changes to this bug.