[Webkit-unassigned] [Bug 51933] New: REGRESSION(r75031): 2 Windows accessibility tests failing
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Jan 5 10:43:03 PST 2011
https://bugs.webkit.org/show_bug.cgi?id=51933
Summary: REGRESSION(r75031): 2 Windows accessibility tests
failing
Product: WebKit
Version: 528+ (Nightly build)
Platform: PC
OS/Version: Mac OS X 10.5
Status: NEW
Severity: Normal
Priority: P2
Component: Tools / Tests
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: bweinstein at apple.com
CC: jhoneycutt at apple.com, cfleizach at apple.com
After r75031, two accessibility tests are failing on Windows:
platform/win/accessibility/document-role.html
--- /home/buildbot/slave/WebKit-BuildSlave/win-release-tests/build/layout-test-results/platform/win/accessibility/document-role-expected.txt 2011-01-05 09:28:39.219020500 -0800
+++ /home/buildbot/slave/WebKit-BuildSlave/win-release-tests/build/layout-test-results/platform/win/accessibility/document-role-actual.txt 2011-01-05 09:28:39.216020300 -0800
@@ -1,4 +1,4 @@
Test for role attribute of document
-----------------------------------
-role of Document : document
+role of Document : client
platform/win/accessibility/selection-and-focus.html expected
--- /home/buildbot/slave/WebKit-BuildSlave/win-release-tests/build/layout-test-results/platform/win/accessibility/selection-and-focus-expected.txt 2011-01-05 09:28:40.532095600 -0800
+++ /home/buildbot/slave/WebKit-BuildSlave/win-release-tests/build/layout-test-results/platform/win/accessibility/selection-and-focus-actual.txt 2011-01-05 09:28:40.530095500 -0800
@@ -2,7 +2,7 @@
This tests that we can adjust focus and selection via accessibility API.
-PASS accessibilityController.focusedElement.role is "document"
+FAIL accessibilityController.focusedElement.role should be document. Was client.
PASS accessibilityController.focusedElement.role is "list"
Option 0 is selected.
It looks like the change inadvertently made the document role client, instead of document.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list