Changeset 259790 in webkit
- Timestamp:
- Apr 9, 2020, 4:59:09 AM (6 years ago)
- Location:
- trunk/LayoutTests
- Files:
-
- 6 added
- 3 edited
-
ChangeLog (modified) (1 diff)
-
platform/wpe/TestExpectations (modified) (3 diffs)
-
platform/wpe/accessibility/menu-list-sends-change-notification-expected.txt (added)
-
platform/wpe/accessibility/roles-exposed-expected.txt (modified) (1 diff)
-
platform/wpe/fast/ruby/bopomofo-mixed-expected.txt (added)
-
platform/wpe/imported/w3c/web-platform-tests/css/cssom-view (added)
-
platform/wpe/imported/w3c/web-platform-tests/css/cssom-view/cssom-getBoundingClientRect-003-expected.txt (added)
-
platform/wpe/imported/w3c/web-platform-tests/css/selectors (added)
-
platform/wpe/imported/w3c/web-platform-tests/css/selectors/focus-visible-009-expected.txt (added)
Legend:
- Unmodified
- Added
- Removed
-
trunk/LayoutTests/ChangeLog
r259784 r259790 1 2020-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 1 15 2020-04-08 Diego Pino Garcia <dpino@igalia.com> 2 16 -
trunk/LayoutTests/platform/wpe/TestExpectations
r259776 r259790 695 695 webkit.org/b/209275 imported/w3c/web-platform-tests/css/css-writing-modes/vertical-alignment-vrl-022.xht [ ImageOnlyFailure ] 696 696 697 webkit.org/b/209330 imported/w3c/web-platform-tests/css/css-cascade/all-prop-initial-xml.html [ Failure ] 698 699 webkit.org/b/209801 imported/w3c/web-platform-tests/xhr/header-user-agent-sync.htm [ Failure ] 700 697 701 webkit.org/b/210226 imported/w3c/web-platform-tests/IndexedDB/interleaved-cursors-large.html [ Failure ] 698 702 webkit.org/b/210226 imported/w3c/web-platform-tests/IndexedDB/interleaved-cursors-small.html [ Failure ] 699 703 webkit.org/b/210226 imported/w3c/web-platform-tests/IndexedDB/large-requests-abort.html [ Failure ] 700 704 webkit.org/b/210226 imported/w3c/web-platform-tests/IndexedDB/request-event-ordering.html [ Failure ] 705 webkit.org/b/210226 http/tests/cache/partitioned-cache.html [ Failure ] 701 706 702 707 webkit.org/b/210236 fast/canvas/webgl/hide-some-renderer-info.html [ Failure ] … … 710 715 711 716 webkit.org/b/210239 fast/canvas/webgl/out-of-bounds-simulated-vertexAttrib0-drawArrays.html [ Failure ] 717 718 webkit.org/b/210255 http/wpt/notifications/constructor-basic-bfcache.html [ Failure ] 712 719 713 720 #//////////////////////////////////////////////////////////////////////////////////////// … … 1671 1678 webkit.org/b/201983 accessibility/math-text.html [ Missing ] 1672 1679 webkit.org/b/201983 accessibility/media-element.html [ Missing ] 1673 webkit.org/b/201983 accessibility/menu-list-sends-change-notification.html [ Missing ]1674 1680 webkit.org/b/201983 accessibility/meter-element.html [ Missing ] 1675 1681 webkit.org/b/201983 accessibility/platform-name.html [ Missing ] -
trunk/LayoutTests/platform/wpe/accessibility/roles-exposed-expected.txt
r255152 r259790 489 489 490 490 div[role=alert] 491 AXRole: AXNotification 492 493 div[role=alertdialog] 491 494 AXRole: AXAlert 492 493 div[role=alertdialog]494 AXRole: AXDialog495 495 496 496 div[role=application]
Note:
See TracChangeset
for help on using the changeset viewer.