[Webkit-unassigned] [Bug 109028] New: mac-wk2 test runner returns null for accessibilityController.accessibleElementById

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 6 01:29:11 PST 2013


https://bugs.webkit.org/show_bug.cgi?id=109028

           Summary: mac-wk2 test runner returns null for
                    accessibilityController.accessibleElementById
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Accessibility
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: james at cookiecrook.com


mac-wk2 test runner returns null for accessibilityController.accessibleElementById

* REPRO
role-subrole-decription.html layout test runs as expected when run as webkit1.
  run-webkit-tests LayoutTests/platform/mac/accessibility/role-subrole-roledescription.html

  The test ran as expected. 

But when run as wk2 (run-layout-tests -2), it throws the following error:
$ run-webkit-tests -2 LayoutTests/platform/mac/accessibility/role-subrole-roledescription.html

  CONSOLE MESSAGE: line 299: TypeError: 'null' is not an object (evaluating 'axElement.role')
  FAIL successfullyParsed should be true (of type boolean). Was undefined (of type undefined).

It appears to me that accessibilityController.accessibleElementById is not returning the right value.

Note: the referenced layout test is in a patch for: http://webkit.org/b/109027

-- 
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