Bug 67818
Summary: | Rename LayoutTests/http/tests/security/xssAuditor/script-tag-with-fancy-unicode.html to be more descriptive | ||
---|---|---|---|
Product: | WebKit | Reporter: | Daniel Bates <dbates> |
Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | abarth, bfulgham |
Priority: | P2 | Keywords: | XSSAuditor |
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Daniel Bates
The phrase "fancy-unicode" doesn't seem descriptive enough to convey that this file tests decoding of a %u-escape sequence (*). We should think of a more descriptive name.
One idea is to rename this to script-tag-with-16bit-unicode.html to convey that this test includes a 16-bit Unicode code unit . Some more verbose names include script-tag-with-unicode-escape-sequence.html and script-tag-with-16bit-unicode-escape-sequence.html.
(*) For more details on %u-escape sequences see <http://en.wikipedia.org/wiki/Percent-encoding#Non-standard_implementations> and <http://www.w3.org/International/iri-edit/draft-duerst-iri.html#anchor29>.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Brent Fulgham
This test was removed in Bug 230499.
*** This bug has been marked as a duplicate of bug 230499 ***