Summary: | Add tests for <area ping> | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Alexey Proskuryakov <ap> | ||||||
Component: | Tools / Tests | Assignee: | Daniel Bates <dbates> | ||||||
Status: | RESOLVED FIXED | ||||||||
Severity: | Normal | CC: | beidson, bfulgham, dbates, fishd, japhet, webkit-bug-importer | ||||||
Priority: | P2 | Keywords: | InRadar | ||||||
Version: | 528+ (Nightly build) | ||||||||
Hardware: | Unspecified | ||||||||
OS: | Unspecified | ||||||||
Bug Depends on: | 148828 | ||||||||
Bug Blocks: | |||||||||
Attachments: |
|
Description
Alexey Proskuryakov
2012-02-23 21:23:14 PST
HTMLAreaElement is a subclass of HTMLAnchorElement, and I think it should inherit ping attribute support. I just did a quick test on Chrome 19, and <area ping> seemed to work as intended. We don't have any layout test coverage, though, so we should add some. > HTMLAreaElement is a subclass of HTMLAnchorElement
Ah, I didn't realize this. Good news!
Created attachment 260640 [details]
Layout tests
Created attachment 260650 [details] Layout tests This patch depends on the patch for bug #148828 Committed r199822: <http://trac.webkit.org/changeset/199822> |