Changeset 142185 in webkit


Ignore:
Timestamp:
Feb 7, 2013 3:17:19 PM (11 years ago)
Author:
commit-queue@webkit.org
Message:

Add layout test verifying role, subrole, and role description for all HTML elements and ARIA roles
https://bugs.webkit.org/show_bug.cgi?id=109027

Patch by James Craig <jcraig@apple.com> on 2013-02-07
Reviewed by Chris Fleizach.

New layout test verifies AXRole, AXSubrole, and AXRoleDescription for all HTML elements and ARIA roles.

  • platform/mac/accessibility/role-subrole-roledescription-expected.txt: Added.
  • platform/mac/accessibility/role-subrole-roledescription.html: Added.
Location:
trunk/LayoutTests
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r142174 r142185  
     12013-02-07  James Craig  <jcraig@apple.com>
     2
     3        Add layout test verifying role, subrole, and role description for all HTML elements and ARIA roles
     4        https://bugs.webkit.org/show_bug.cgi?id=109027
     5
     6        Reviewed by Chris Fleizach.
     7
     8        New layout test verifies AXRole, AXSubrole, and AXRoleDescription for all HTML elements and ARIA roles.
     9
     10        * platform/mac/accessibility/role-subrole-roledescription-expected.txt: Added.
     11        * platform/mac/accessibility/role-subrole-roledescription.html: Added.
     12
    1132013-02-07  Zan Dobersek  <zdobersek@igalia.com>
    214
Note: See TracChangeset for help on using the changeset viewer.