Changeset 127993 in webkit


Ignore:
Timestamp:
Sep 9, 2012 2:02:14 PM (12 years ago)
Author:
dmazzoni@google.com
Message:

Unreviewed.\n\nRebaselining 5 mac accessibility tests, skipping one.\n\nhttps://bugs.webkit.org/show_bug.cgi?id=96173

Location:
trunk/LayoutTests
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r127992 r127993  
     12012-09-09  Dominic Mazzoni  <dmazzoni@google.com>
     2
     3        REGRESSION (r127936): Multiple accessibility tests failing on Lion
     4        https://bugs.webkit.org/show_bug.cgi?id=96173
     5
     6        Unreviewed.
     7
     8        Rebaselining 5 tests that previously assumed that several elements
     9        like 'P' and 'DIV' map to GroupRole so they should expose groupAttrs,
     10        including TitleUIElement. Group attributes aren't actually needed for
     11        a 'P' or 'DIV' element, so it makes sense to just update the expectations.
     12
     13        Marking platform/mac/accessibility/update-children-when-aria-role-changes.html
     14        as Skipped temporarily, will upload a patch to fix it.
     15
     16        * accessibility/transformed-element-expected.txt:
     17        * platform/mac/Skipped:
     18        * platform/mac/accessibility/image-map2-expected.txt:
     19        * platform/mac/accessibility/internal-link-anchors2-expected.txt:
     20        * platform/mac/accessibility/table-detection-expected.txt:
     21        * platform/mac/accessibility/table-one-cell-expected.txt:
     22
    1232012-09-09  Dominic Mazzoni  <dmazzoni@google.com>
    224
  • trunk/LayoutTests/accessibility/transformed-element-expected.txt

    r127992 r127993  
    2121AXBlockQuoteLevel: 0
    2222AXTopLevelUIElement: <AXGroup>
    23 AXTitleUIElement: (null)
    2423
  • trunk/LayoutTests/platform/mac/Skipped

    r127933 r127993  
    7979accessibility/multiselect-list-reports-active-option.html
    8080
     81# Test needs a minor fix.
     82# https://bugs.webkit.org/show_bug.cgi?id=96173
     83platform/mac/accessibility/update-children-when-aria-role-changes.html
     84
    8185# Need to add functionality to DumpRenderTree to handle error pages
    8286fast/history/back-forward-reset-after-error-handling.html
  • trunk/LayoutTests/platform/mac/accessibility/image-map2-expected.txt

    r127992 r127993  
    2222AXBlockQuoteLevel: 0
    2323AXTopLevelUIElement: <AXGroup>
    24 AXTitleUIElement: (null)
    2524
    2625------------
  • trunk/LayoutTests/platform/mac/accessibility/internal-link-anchors2-expected.txt

    r127992 r127993  
    4747AXBlockQuoteLevel: 0
    4848AXTopLevelUIElement: <AXGroup>
    49 AXTitleUIElement: (null)
    5049
    5150------------
     
    7372AXBlockQuoteLevel: 0
    7473AXTopLevelUIElement: <AXGroup>
    75 AXTitleUIElement: (null)
    7674
    7775------------
  • trunk/LayoutTests/platform/mac/accessibility/table-detection-expected.txt

    r127992 r127993  
    952952AXBlockQuoteLevel: 0
    953953AXTopLevelUIElement: <AXGroup>
    954 AXTitleUIElement: (null)
    955954
    956955------------
  • trunk/LayoutTests/platform/mac/accessibility/table-one-cell-expected.txt

    r127992 r127993  
    2323AXBlockQuoteLevel: 0
    2424AXTopLevelUIElement: <AXGroup>
    25 AXTitleUIElement: (null)
    2625
Note: See TracChangeset for help on using the changeset viewer.