⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 259790 in webkit


Ignore:
Timestamp:
Apr 9, 2020, 4:59:09 AM (6 years ago)
Author:
Diego Pino Garcia
Message:

[WPE] Gardening, update TestExpectations
https://bugs.webkit.org/show_bug.cgi?id=210257

Unreviewed gardening.

  • platform/wpe/TestExpectations:
  • platform/wpe/accessibility/roles-exposed-expected.txt: Updated baseline after r259671.
  • platform/wpe/fast/ruby/bopomofo-mixed-expected.txt: New baseline after r258990.
  • platform/wpe/imported/w3c/web-platform-tests/css/cssom-view/cssom-getBoundingClientRect-003-expected.txt: New baseline after r259059.
  • platform/wpe/imported/w3c/web-platform-tests/css/selectors/focus-visible-009-expected.txt: New baseline after r259194.
  • platform/wpe/accessibility/menu-list-sends-change-notification-expected.txt: New baseline after r259438.
Location:
trunk/LayoutTests
Files:
6 added
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r259784 r259790  
     12020-04-09  Diego Pino Garcia  <dpino@igalia.com>
     2
     3        [WPE] Gardening, update TestExpectations
     4        https://bugs.webkit.org/show_bug.cgi?id=210257
     5
     6        Unreviewed gardening.
     7
     8        * platform/wpe/TestExpectations:
     9        * platform/wpe/accessibility/roles-exposed-expected.txt: Updated baseline after r259671.
     10        * platform/wpe/fast/ruby/bopomofo-mixed-expected.txt: New baseline after r258990.
     11        * platform/wpe/imported/w3c/web-platform-tests/css/cssom-view/cssom-getBoundingClientRect-003-expected.txt: New baseline after r259059.
     12        * platform/wpe/imported/w3c/web-platform-tests/css/selectors/focus-visible-009-expected.txt:  New baseline after r259194.
     13        * platform/wpe/accessibility/menu-list-sends-change-notification-expected.txt: New baseline after r259438.
     14
    1152020-04-08  Diego Pino Garcia  <dpino@igalia.com>
    216
  • trunk/LayoutTests/platform/wpe/TestExpectations

    r259776 r259790  
    695695webkit.org/b/209275 imported/w3c/web-platform-tests/css/css-writing-modes/vertical-alignment-vrl-022.xht [ ImageOnlyFailure ]
    696696
     697webkit.org/b/209330 imported/w3c/web-platform-tests/css/css-cascade/all-prop-initial-xml.html [ Failure ]
     698
     699webkit.org/b/209801 imported/w3c/web-platform-tests/xhr/header-user-agent-sync.htm [ Failure ]
     700
    697701webkit.org/b/210226 imported/w3c/web-platform-tests/IndexedDB/interleaved-cursors-large.html [ Failure ]
    698702webkit.org/b/210226 imported/w3c/web-platform-tests/IndexedDB/interleaved-cursors-small.html [ Failure ]
    699703webkit.org/b/210226 imported/w3c/web-platform-tests/IndexedDB/large-requests-abort.html [ Failure ]
    700704webkit.org/b/210226 imported/w3c/web-platform-tests/IndexedDB/request-event-ordering.html [ Failure ]
     705webkit.org/b/210226 http/tests/cache/partitioned-cache.html [ Failure ]
    701706
    702707webkit.org/b/210236 fast/canvas/webgl/hide-some-renderer-info.html [ Failure ]
     
    710715
    711716webkit.org/b/210239 fast/canvas/webgl/out-of-bounds-simulated-vertexAttrib0-drawArrays.html [ Failure ]
     717
     718webkit.org/b/210255 http/wpt/notifications/constructor-basic-bfcache.html [ Failure ]
    712719
    713720#////////////////////////////////////////////////////////////////////////////////////////
     
    16711678webkit.org/b/201983 accessibility/math-text.html [ Missing ]
    16721679webkit.org/b/201983 accessibility/media-element.html [ Missing ]
    1673 webkit.org/b/201983 accessibility/menu-list-sends-change-notification.html [ Missing ]
    16741680webkit.org/b/201983 accessibility/meter-element.html [ Missing ]
    16751681webkit.org/b/201983 accessibility/platform-name.html [ Missing ]
  • trunk/LayoutTests/platform/wpe/accessibility/roles-exposed-expected.txt

    r255152 r259790  
    489489     
    490490div[role=alert]
     491      AXRole: AXNotification
     492     
     493div[role=alertdialog]
    491494      AXRole: AXAlert
    492      
    493 div[role=alertdialog]
    494       AXRole: AXDialog
    495495     
    496496div[role=application]
Note: See TracChangeset for help on using the changeset viewer.