Bug 137968 - import-w3c-tests should handle parsing & converting SVG files as tests
Summary: import-w3c-tests should handle parsing & converting SVG files as tests
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-10-22 11:00 PDT by Rebecca Hauck
Modified: 2019-11-13 06:56 PST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Rebecca Hauck 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.
Comment 1 Rebecca Hauck 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)