Changeset 266784 in webkit
- Timestamp:
- Sep 9, 2020, 9:14:32 AM (5 years ago)
- Location:
- trunk/LayoutTests
- Files:
-
- 92 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LayoutTests/ChangeLog
r266782 r266784 1 2020-09-09 Alex Christensen <achristensen@webkit.org> 2 3 Import selection web platform tests 4 https://bugs.webkit.org/show_bug.cgi?id=216301 5 6 Reviewed by Youenn Fablet. 7 8 * TestExpectations: 9 * platform/ios/imported/w3c/web-platform-tests/selection: Added. 10 * platform/ios/imported/w3c/web-platform-tests/selection/selection-select-all-move-input-crash-expected.txt: Added. 11 1 12 2020-09-04 Sergio Villar Senin <svillar@igalia.com> 2 13 -
trunk/LayoutTests/TestExpectations
r266779 r266784 274 274 imported/w3c/web-platform-tests/referrer-policy/generic/subresource-test/xhr-messaging.html [ Skip ] 275 275 imported/w3c/web-platform-tests/referrer-policy/generic/unsupported-csp-referrer-directive.html [ Skip ] 276 277 # This test times out. We should fix that. 278 imported/w3c/web-platform-tests/selection/collapse-30.html [ Skip ] 276 279 277 280 # Newly imported service worker tests that are timing out. -
trunk/LayoutTests/imported/w3c/ChangeLog
r266782 r266784 1 2020-09-09 Alex Christensen <achristensen@webkit.org> 2 3 Import selection web platform tests 4 https://bugs.webkit.org/show_bug.cgi?id=216301 5 6 Reviewed by Youenn Fablet. 7 8 * web-platform-tests/selection: Added. 9 * web-platform-tests/selection/Document-open-expected.txt: Added. 10 * web-platform-tests/selection/Document-open.html: Added. 11 * web-platform-tests/selection/META.yml: Added. 12 * web-platform-tests/selection/addRange-00-expected.txt: Added. 13 * web-platform-tests/selection/addRange-00.html: Added. 14 * web-platform-tests/selection/addRange-04-expected.txt: Added. 15 * web-platform-tests/selection/addRange-04.html: Added. 16 * web-platform-tests/selection/addRange-08-expected.txt: Added. 17 * web-platform-tests/selection/addRange-08.html: Added. 18 * web-platform-tests/selection/addRange-12-expected.txt: Added. 19 * web-platform-tests/selection/addRange-12.html: Added. 20 * web-platform-tests/selection/addRange-16-expected.txt: Added. 21 * web-platform-tests/selection/addRange-16.html: Added. 22 * web-platform-tests/selection/addRange-20-expected.txt: Added. 23 * web-platform-tests/selection/addRange-20.html: Added. 24 * web-platform-tests/selection/addRange-24-expected.txt: Added. 25 * web-platform-tests/selection/addRange-24.html: Added. 26 * web-platform-tests/selection/addRange-28-expected.txt: Added. 27 * web-platform-tests/selection/addRange-28.html: Added. 28 * web-platform-tests/selection/addRange-32-expected.txt: Added. 29 * web-platform-tests/selection/addRange-32.html: Added. 30 * web-platform-tests/selection/addRange-36-expected.txt: Added. 31 * web-platform-tests/selection/addRange-36.html: Added. 32 * web-platform-tests/selection/addRange-40-expected.txt: Added. 33 * web-platform-tests/selection/addRange-40.html: Added. 34 * web-platform-tests/selection/addRange-44-expected.txt: Added. 35 * web-platform-tests/selection/addRange-44.html: Added. 36 * web-platform-tests/selection/addRange-48-expected.txt: Added. 37 * web-platform-tests/selection/addRange-48.html: Added. 38 * web-platform-tests/selection/addRange-52-expected.txt: Added. 39 * web-platform-tests/selection/addRange-52.html: Added. 40 * web-platform-tests/selection/addRange-56-expected.txt: Added. 41 * web-platform-tests/selection/addRange-56.html: Added. 42 * web-platform-tests/selection/addRange-expected.txt: Added. 43 * web-platform-tests/selection/addRange.htm: Added. 44 * web-platform-tests/selection/addRange.js: Added. 45 (testAddRange): 46 (testAddRangeSubSet): 47 * web-platform-tests/selection/addRange.tentative-expected.txt: Added. 48 * web-platform-tests/selection/addRange.tentative.html: Added. 49 * web-platform-tests/selection/collapse-00-expected.txt: Added. 50 * web-platform-tests/selection/collapse-00.html: Added. 51 * web-platform-tests/selection/collapse-15-expected.txt: Added. 52 * web-platform-tests/selection/collapse-15.html: Added. 53 * web-platform-tests/selection/collapse-30.html: Added. 54 * web-platform-tests/selection/collapse-45-expected.txt: Added. 55 * web-platform-tests/selection/collapse-45.html: Added. 56 * web-platform-tests/selection/collapse-expected.txt: Added. 57 * web-platform-tests/selection/collapse.htm: Added. 58 * web-platform-tests/selection/collapse.js: Added. 59 (testCollapse): 60 (testCollapseSubSet): 61 * web-platform-tests/selection/collapseToStartEnd-expected.txt: Added. 62 * web-platform-tests/selection/collapseToStartEnd.html: Added. 63 * web-platform-tests/selection/common.js: Added. 64 (setupRangeTests): 65 (getNodeLength): 66 (furthestAncestor): 67 (isAncestorContainer): 68 (nextNode): 69 (previousNode): 70 (nextNodeDescendants): 71 (ownerDocument): 72 (isAncestor): 73 (isDescendant): 74 (getPosition): 75 (isContained): 76 (isPartiallyContained): 77 (indexOf): 78 (myExtractContents): 79 (myInsertNode): 80 (assertNodesEqual): 81 (getDomExceptionName): 82 (rangeFromEndpoints): 83 (setSelectionForwards): 84 (setSelectionBackwards): 85 (assertSelectionNoChange): 86 (isSelectableNode): 87 * web-platform-tests/selection/deleteFromDocument-expected.txt: Added. 88 * web-platform-tests/selection/deleteFromDocument.html: Added. 89 * web-platform-tests/selection/dir-manual-expected.txt: Added. 90 * web-platform-tests/selection/dir-manual.html: Added. 91 * web-platform-tests/selection/extend-00-expected.txt: Added. 92 * web-platform-tests/selection/extend-00.html: Added. 93 * web-platform-tests/selection/extend-20-expected.txt: Added. 94 * web-platform-tests/selection/extend-20.html: Added. 95 * web-platform-tests/selection/extend-40-expected.txt: Added. 96 * web-platform-tests/selection/extend-40.html: Added. 97 * web-platform-tests/selection/extend.js: Added. 98 (testExtendSubSet): 99 (testExtend): 100 * web-platform-tests/selection/getRangeAt-expected.txt: Added. 101 * web-platform-tests/selection/getRangeAt.html: Added. 102 * web-platform-tests/selection/getSelection-expected.txt: Added. 103 * web-platform-tests/selection/getSelection.html: Added. 104 * web-platform-tests/selection/idlharness.window.js: Added. 105 * web-platform-tests/selection/isCollapsed-expected.txt: Added. 106 * web-platform-tests/selection/isCollapsed.html: Added. 107 * web-platform-tests/selection/removeAllRanges-expected.txt: Added. 108 * web-platform-tests/selection/removeAllRanges.html: Added. 109 * web-platform-tests/selection/removeRange-expected.txt: Added. 110 * web-platform-tests/selection/removeRange.html: Added. 111 * web-platform-tests/selection/script-and-style-elements-expected.txt: Added. 112 * web-platform-tests/selection/script-and-style-elements.html: Added. 113 * web-platform-tests/selection/selectAllChildren-expected.txt: Added. 114 * web-platform-tests/selection/selectAllChildren.html: Added. 115 * web-platform-tests/selection/selection-select-all-move-input-crash-expected.txt: Added. 116 * web-platform-tests/selection/selection-select-all-move-input-crash.html: Added. 117 * web-platform-tests/selection/setBaseAndExtent-expected.txt: Added. 118 * web-platform-tests/selection/setBaseAndExtent.html: Added. 119 * web-platform-tests/selection/stringifier.tentative-expected.txt: Added. 120 * web-platform-tests/selection/stringifier.tentative.html: Added. 121 * web-platform-tests/selection/test-iframe-expected.txt: Added. 122 * web-platform-tests/selection/test-iframe.html: Added. 123 * web-platform-tests/selection/toString-ff-bug-001-expected.txt: Added. 124 * web-platform-tests/selection/toString-ff-bug-001.html: Added. 125 * web-platform-tests/selection/type-expected.txt: Added. 126 * web-platform-tests/selection/type.html: Added. 127 1 128 2020-09-04 Sergio Villar Senin <svillar@igalia.com> 2 129
Note:
See TracChangeset
for help on using the changeset viewer.