Bug 137968
| Summary: | import-w3c-tests should handle parsing & converting SVG files as tests | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Rebecca Hauck <rhauck> |
| Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | CC: | clopez, fred.wang |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| See Also: | https://bugs.webkit.org/show_bug.cgi?id=202806 | ||
Rebecca Hauck
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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Rebecca Hauck
The converter also poses problems with SVG files - namely, it converts endtag to lowercase, which causes problems for camelcase tags (like clipPath)