Changeset 184721 in webkit


Ignore:
Timestamp:
May 21, 2015 10:45:48 AM (9 years ago)
Author:
Chris Fleizach
Message:

AX: improve list heuristics (presentational use versus actual lists)
https://bugs.webkit.org/show_bug.cgi?id=134187

Unreviewed layout test fixage.

Skip the list-detection2.html test on GTK until it can be investigated.

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

Fix a failing test on GTK that needed an update after the last set of changes.
Skip the test on windows until a time someone can decide if we even expose or need lists in Windows AX API.

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

  • platform/gtk/TestExpectations:
  • platform/gtk/accessibility/list-detection-expected.txt:
  • platform/win/TestExpectations:
Location:
trunk/LayoutTests
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r184719 r184721  
     12015-05-21  Chris Fleizach  <cfleizach@apple.com>
     2
     3        AX: improve list heuristics (presentational use versus actual lists)
     4        https://bugs.webkit.org/show_bug.cgi?id=134187
     5
     6        Unreviewed layout test fixage.
     7
     8        Skip the list-detection2.html test on GTK until it can be investigated.
     9            https://bugs.webkit.org/show_bug.cgi?id=145273
     10        Fix a failing test on GTK that needed an update after the last set of changes.
     11        Skip the test on windows until a time someone can decide if we even expose or need lists in Windows AX API.
     12            https://bugs.webkit.org/show_bug.cgi?id=145271
     13
     14        * platform/gtk/TestExpectations:
     15        * platform/gtk/accessibility/list-detection-expected.txt:
     16        * platform/win/TestExpectations:
     17
    1182015-05-21  Said Abou-Hallawa  <sabouhallawa@apple.com>
    219
  • trunk/LayoutTests/platform/gtk/TestExpectations

    r184690 r184721  
    492492
    493493webkit.org/b/141072 accessibility/frame-disconnect-textmarker-cache-crash.html [ Failure ]
     494webkit.org/b/145273 accessibility/list-detection2.html [ Failure ]
    494495
    495496webkit.org/b/141423 css3/calc/line-height.html [ Failure ]
  • trunk/LayoutTests/platform/gtk/accessibility/list-detection-expected.txt

    r178912 r184721  
    3636
    3737
    38 Unordered list with more than 1 item and no style is a list.
    39 PASS axElement.role == 'AXRole: AXList' is true
     38Unordered list with more than 1 item and no style is not a list.
     39PASS axElement.role == 'AXRole: AXList' is false
    4040
    4141
  • trunk/LayoutTests/platform/win/TestExpectations

    r184660 r184721  
    13311331webkit.org/b/140798 [ Release ] accessibility/link-inside-button-accessible-text.html [ Failure ]
    13321332webkit.org/b/140798 [ Debug ] accessibility/link-inside-button-accessible-text.html [ Skip ] # Debug assertion
    1333 webkit.org/b/140798 [ Release ] accessibility/list-detection.html [ Failure ]
    1334 webkit.org/b/140798 [ Debug ] accessibility/list-detection.html [ Skip ] # Debug assertion
     1333webkit.org/b/145271 [ Release ] accessibility/list-detection.html [ Failure ]
     1334webkit.org/b/145271 [ Debug ] accessibility/list-detection.html [ Skip ] # Debug assertion
     1335webkit.org/b/145271 [ Release ] accessibility/list-detection2.html [ Failure ]
     1336webkit.org/b/145271 [ Debug ] accessibility/list-detection2.html [ Failure ]
    13351337webkit.org/b/140798 [ Release ] accessibility/listitem-title.html [ Failure ]
    13361338webkit.org/b/140798 [ Debug ] accessibility/listitem-title.html [ Skip ] # Debug assertion
Note: See TracChangeset for help on using the changeset viewer.