Bug 46914 - REGRESSION (r65681): platform/win/accessibility/img-alt-attribute.html failing on Windows
Summary: REGRESSION (r65681): platform/win/accessibility/img-alt-attribute.html failin...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Accessibility (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Windows XP
: P2 Normal
Assignee: Simon Fraser (smfr)
URL: http://build.webkit.org/results/Windo...
Keywords: InRadar, LayoutTestFailure, PlatformOnly, Regression
Depends on:
Blocks:
 
Reported: 2010-09-30 09:58 PDT by Adam Roben (:aroben)
Modified: 2010-09-30 17:40 PDT (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Adam Roben (:aroben) 2010-09-30 09:58:41 PDT
platform/win/accessibility/img-alt-attribute.html is failing on Windows. webkit-patch failure-reason blames r65681. Here's the diff:

--- /home/buildbot/slave/win-release-tests/build/layout-test-results/platform/win/accessibility/img-alt-attribute-expected.txt	2010-09-30 09:33:25.499125000 -0700
+++ /home/buildbot/slave/win-release-tests/build/layout-test-results/platform/win/accessibility/img-alt-attribute-actual.txt	2010-09-30 09:33:25.499125000 -0700
@@ -2,6 +2,6 @@
 
 This test verifies that, on Windows, an img tag's alt text is returned for the element's 'title' property when the element has no ARIA name.
 
-PASS e.title is "ARIA labeled-by name"
-PASS e.title is "alternate text"
+FAIL e.title should be ARIA labeled-by name. Was .
+FAIL e.title should be alternate text. Was .
Comment 1 Adam Roben (:aroben) 2010-09-30 09:59:14 PDT
<rdar://problem/8497393>
Comment 2 Simon Fraser (smfr) 2010-09-30 16:38:51 PDT
Patch in bug 46913 fixes this.
Comment 3 Simon Fraser (smfr) 2010-09-30 17:40:21 PDT
http://trac.webkit.org/changeset/68855