RESOLVED INVALID 35315
[Chromium] Implement WebNode::hasTagName
https://bugs.webkit.org/show_bug.cgi?id=35315
Summary [Chromium] Implement WebNode::hasTagName
James Hawkins
Reported 2010-02-23 15:07:20 PST
Patch will follow.
Attachments
[Chromium] Implement WebNode::hasTagName (1.63 KB, patch)
2010-02-23 15:08 PST, James Hawkins
fishd: review-
James Hawkins
Comment 1 2010-02-23 15:08:29 PST
Created attachment 49330 [details] [Chromium] Implement WebNode::hasTagName
Darin Fisher (:fishd, Google)
Comment 2 2010-02-23 15:19:08 PST
Comment on attachment 49330 [details] [Chromium] Implement WebNode::hasTagName We already have hasTagName defined on WebElement. Since tags correspond to DOM elements, I think our existing code is what you want.
Note You need to log in before you can comment on or make changes to this bug.