RESOLVED FIXED 79438
Add tests for <area ping>
https://bugs.webkit.org/show_bug.cgi?id=79438
Summary Add tests for <area ping>
Alexey Proskuryakov
Reported 2012-02-23 21:23:14 PST
WebKit implements <a ping>, but not <area ping>, as also specified by HTML5.
Attachments
Layout tests (12.35 KB, patch)
2015-09-04 16:12 PDT, Daniel Bates
no flags
Layout tests (12.82 KB, patch)
2015-09-04 16:40 PDT, Daniel Bates
ap: review+
Nate Chapin
Comment 1 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.
Alexey Proskuryakov
Comment 2 2012-02-24 09:42:34 PST
> HTMLAreaElement is a subclass of HTMLAnchorElement Ah, I didn't realize this. Good news!
Radar WebKit Bug Importer
Comment 3 2015-09-04 16:07:16 PDT
Daniel Bates
Comment 4 2015-09-04 16:12:33 PDT
Created attachment 260640 [details] Layout tests
Daniel Bates
Comment 5 2015-09-04 16:40:16 PDT
Created attachment 260650 [details] Layout tests This patch depends on the patch for bug #148828
Daniel Bates
Comment 6 2016-04-21 11:03:22 PDT
Note You need to log in before you can comment on or make changes to this bug.