Bug 79438

Summary: Add tests for <area ping>
Product: WebKit Reporter: Alexey Proskuryakov <ap>
Component: Tools / TestsAssignee: 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 Flags
Layout tests
none
Layout tests ap: review+

Description Alexey Proskuryakov 2012-02-23 21:23:14 PST
WebKit implements <a ping>, but not <area ping>, as also specified by HTML5.
Comment 1 Nate Chapin 2012-02-24 08:36:07 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.
Comment 2 Alexey Proskuryakov 2012-02-24 09:42:34 PST
> HTMLAreaElement is a subclass of HTMLAnchorElement

Ah, I didn't realize this. Good news!
Comment 3 Radar WebKit Bug Importer 2015-09-04 16:07:16 PDT
<rdar://problem/22586699>
Comment 4 Daniel Bates 2015-09-04 16:12:33 PDT
Created attachment 260640 [details]
Layout tests
Comment 5 Daniel Bates 2015-09-04 16:40:16 PDT
Created attachment 260650 [details]
Layout tests

This patch depends on the patch for bug #148828
Comment 6 Daniel Bates 2016-04-21 11:03:22 PDT
Committed r199822: <http://trac.webkit.org/changeset/199822>