Bug 79041 - AX: move aria-invalid test to top level, so other platforms can use it
Summary: AX: move aria-invalid test to top level, so other platforms can use it
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Accessibility (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: chris fleizach
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-02-20 12:42 PST by chris fleizach
Modified: 2012-02-21 12:43 PST (History)
2 users (show)

See Also:


Attachments
patch (5.39 KB, patch)
2012-02-20 12:48 PST, chris fleizach
ddkilzer: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description chris fleizach 2012-02-20 12:42:22 PST
We need to move aria-invalid.html to the top level accessibility directory, so other platforms can use it.
Comment 1 chris fleizach 2012-02-20 12:48:43 PST
Created attachment 127841 [details]
patch
Comment 2 David Kilzer (:ddkilzer) 2012-02-21 10:56:45 PST
Comment on attachment 127841 [details]
patch

r=me
Comment 3 chris fleizach 2012-02-21 11:13:31 PST
http://trac.webkit.org/changeset/108373
Comment 4 James Robinson 2012-02-21 12:38:12 PST
This test seems to fail on many bots:

CONSOLE MESSAGE: line 20: Uncaught TypeError: Property 'description' of object [object DOMWindow] is not a function

I think the number of "../"s in the script src= is incorrect for the new path.
Comment 5 chris fleizach 2012-02-21 12:40:36 PST
(In reply to comment #4)
> This test seems to fail on many bots:
> 
> CONSOLE MESSAGE: line 20: Uncaught TypeError: Property 'description' of object [object DOMWindow] is not a function
> 
> I think the number of "../"s in the script src= is incorrect for the new path.

Fixing now
Comment 6 chris fleizach 2012-02-21 12:43:28 PST
http://trac.webkit.org/changeset/108384