Bug 46914
| Summary: | REGRESSION (r65681): platform/win/accessibility/img-alt-attribute.html failing on Windows | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Adam Roben (:aroben) <aroben> |
| Component: | Accessibility | Assignee: | Simon Fraser (smfr) <simon.fraser> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | cfleizach, jhoneycutt, simon.fraser, zimmermann |
| Priority: | P2 | Keywords: | InRadar, LayoutTestFailure, PlatformOnly, Regression |
| Version: | 528+ (Nightly build) | ||
| Hardware: | PC | ||
| OS: | Windows XP | ||
| URL: | http://build.webkit.org/results/Windows%20Release%20(Tests)/r68785%20(4613)/platform/win/accessibility/img-alt-attribute-pretty-diff.html | ||
Adam Roben (:aroben)
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 .
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Adam Roben (:aroben)
<rdar://problem/8497393>
Simon Fraser (smfr)
Patch in bug 46913 fixes this.
Simon Fraser (smfr)
http://trac.webkit.org/changeset/68855