Bug 137968

Summary: import-w3c-tests should handle parsing & converting SVG files as tests
Product: WebKit Reporter: Rebecca Hauck <rhauck>
Component: Tools / TestsAssignee: 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

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)