WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED INVALID
138120
REGRESSION(
r175233
): Broke many accessibility tests (Requested by ap on #webkit).
https://bugs.webkit.org/show_bug.cgi?id=138120
Summary
REGRESSION(r175233): Broke many accessibility tests (Requested by ap on #webk...
WebKit Commit Bot
Reported
2014-10-27 19:47:36 PDT
http://trac.webkit.org/changeset/175233
broke the build: Broke many accessibility tests (Requested by ap on #webkit). This is an automatic bug report generated by webkitbot. If this bug report was created because of a flaky test, please file a bug for the flaky test (if we don't already have one on file) and dup this bug against that bug so that we can track how often these flaky tests fail.
Attachments
ROLLOUT of r175233
(1.67 KB, patch)
2014-10-27 19:47 PDT
,
WebKit Commit Bot
no flags
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
WebKit Commit Bot
Comment 1
2014-10-27 19:47:57 PDT
Created
attachment 240521
[details]
ROLLOUT of
r175233
Any committer can land this patch automatically by marking it commit-queue+. The commit-queue will build and test the patch before landing to ensure that the rollout will be successful. This process takes approximately 15 minutes. If you would like to land the rollout faster, you can use the following command: webkit-patch land-attachment ATTACHMENT_ID where ATTACHMENT_ID is the ID of this attachment.
Alexey Proskuryakov
Comment 2
2014-10-27 19:48:21 PDT
Actually, it's easier to fix.
Chris Dumez
Comment 3
2014-10-27 19:59:11 PDT
Comment on
attachment 240521
[details]
ROLLOUT of
r175233
Hmm, interesting. The only difference seems to be if the Element actually has the use map attribute but that attribute is null. AFAIK, this is not supposed to happen. So if this change really caused the test regressions, we should probably try to understand how this happened.
Chris Dumez
Comment 4
2014-10-27 20:00:34 PDT
Comment on
attachment 240521
[details]
ROLLOUT of
r175233
View in context:
https://bugs.webkit.org/attachment.cgi?id=240521&action=review
> Source/WebCore/accessibility/AccessibilityRenderObject.cpp:2457 > + if (node && is<HTMLImageElement>(*node) && !downcast<HTMLImageElement>(*node).fastGetAttribute(usemapAttr).isNull())
Ah ah, never mind, I missed the extra "!" :)
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug