Bug 79438 - Add tests for <area ping>
Summary: Add tests for <area ping>
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Daniel Bates
URL:
Keywords: InRadar
Depends on: 148828
Blocks:
  Show dependency treegraph
 
Reported: 2012-02-23 21:23 PST by Alexey Proskuryakov
Modified: 2016-04-21 11:03 PDT (History)
6 users (show)

See Also:


Attachments
Layout tests (12.35 KB, patch)
2015-09-04 16:12 PDT, Daniel Bates
no flags Details | Formatted Diff | Diff
Layout tests (12.82 KB, patch)
2015-09-04 16:40 PDT, Daniel Bates
ap: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>