Summary: | [SVG] Update SVG source to return string literals as ASCIILiteral and add test cases for case sensitivity | ||||||
---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Nikos Andronikos <nikos.andronikos> | ||||
Component: | SVG | Assignee: | Nikos Andronikos <nikos.andronikos> | ||||
Status: | RESOLVED FIXED | ||||||
Severity: | Normal | CC: | commit-queue, zimmermann | ||||
Priority: | P2 | ||||||
Version: | WebKit Nightly Build | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Attachments: |
|
Description
Nikos Andronikos
2016-02-17 18:35:37 PST
Created attachment 271612 [details]
Patch
Comment on attachment 271612 [details]
Patch
Looks good to me.
Two side notes:
1. It might have been slightly better to split this patch in two parts (going to ASCIILiteral and adding the new case insensitive tests) since they seem to be independent.
2 Regarding the tests, testharness.js would have been a good fit here, especially since the tests are sync
It might have made the test expectation a bit easier to read and the test file a bit simpler (no need for debug("") e.g.).
The test could also be contributed to W3C test suite.
Comment on attachment 271612 [details] Patch Clearing flags on attachment: 271612 Committed r196977: <http://trac.webkit.org/changeset/196977> All reviewed patches have been landed. Closing bug. |