| OLD | NEW |
| 1 # =========================================================================== # | 1 # =========================================================================== # |
| 2 # Categories of Skipped Tests # | 2 # Categories of Skipped Tests # |
| 3 # =========================================================================== # | 3 # =========================================================================== # |
| 4 # | 4 # |
| 5 # Note:Try to add newly skipped tests to the appropriate category. If you create | 5 # Note:Try to add newly skipped tests to the appropriate category. If you create |
| 6 # a new category, be sure to list it here. If all else fails you can just | 6 # a new category, be sure to list it here. If all else fails you can just |
| 7 # add to the 'unsorted' category at the bottom. | 7 # add to the 'unsorted' category at the bottom. |
| 8 # Where a test is a layout test, rather than plaintext, it can help to run | 8 # Where a test is a layout test, rather than plaintext, it can help to run |
| 9 # it with '--platform mac --ignore-metrics' and add or create a section | 9 # it with '--platform mac --ignore-metrics' and add or create a section |
| 10 # in the category to indicate whether it still failed. | 10 # in the category to indicate whether it still failed. |
| (...skipping 154 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 165 # data-transfer-items is not a default build option | 165 # data-transfer-items is not a default build option |
| 166 # See bug https://bugs.webkit.org/show_bug.cgi?id=60068 | 166 # See bug https://bugs.webkit.org/show_bug.cgi?id=60068 |
| 167 editing/pasteboard/data-transfer-items.html | 167 editing/pasteboard/data-transfer-items.html |
| 168 | 168 |
| 169 # Missing drag & drop functionality in DRT | 169 # Missing drag & drop functionality in DRT |
| 170 editing/pasteboard/drop-inputtext-acquires-style.html | 170 editing/pasteboard/drop-inputtext-acquires-style.html |
| 171 fast/css/user-drag-none.html | 171 fast/css/user-drag-none.html |
| 172 fast/images/drag-svg-as-image.html | 172 fast/images/drag-svg-as-image.html |
| 173 fast/forms/slider-delete-while-dragging-thumb.html | 173 fast/forms/slider-delete-while-dragging-thumb.html |
| 174 | 174 |
| 175 # EventSender::dumpFilenameBeingDragged not implemented. |
| 176 # https://bugs.webkit.org/show_bug.cgi?id=61828 |
| 177 fast/events/drag-image-filename.html |
| 178 |
| 175 # ------- missing drag-and-drop support | 179 # ------- missing drag-and-drop support |
| 176 # See bug https://bugs.webkit.org/show_bug.cgi?id=31332 | 180 # See bug https://bugs.webkit.org/show_bug.cgi?id=31332 |
| 177 fast/events/drag-parent-node.html | 181 fast/events/drag-parent-node.html |
| 178 fast/events/drag-and-drop.html | 182 fast/events/drag-and-drop.html |
| 179 fast/events/drag-and-drop-dataTransfer-types-nocrash.html | 183 fast/events/drag-and-drop-dataTransfer-types-nocrash.html |
| 180 fast/events/drag-and-drop-fire-drag-dragover.html | 184 fast/events/drag-and-drop-fire-drag-dragover.html |
| 181 fast/events/ondrop-text-html.html | 185 fast/events/ondrop-text-html.html |
| 182 fast/events/dropzone-001.html | 186 fast/events/dropzone-001.html |
| 183 fast/events/dropzone-002.html | 187 fast/events/dropzone-002.html |
| 184 fast/events/dropzone-003.html | 188 fast/events/dropzone-003.html |
| (...skipping 2331 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2516 # [Qt] Selectstart event tests added by r87096 are failing on Qt | 2520 # [Qt] Selectstart event tests added by r87096 are failing on Qt |
| 2517 # https://bugs.webkit.org/show_bug.cgi?id=61322 | 2521 # https://bugs.webkit.org/show_bug.cgi?id=61322 |
| 2518 fast/events/selectstart-by-double-triple-clicks.html | 2522 fast/events/selectstart-by-double-triple-clicks.html |
| 2519 fast/events/selectstart-by-drag.html | 2523 fast/events/selectstart-by-drag.html |
| 2520 | 2524 |
| 2521 # LayoutTestController::setTextDirection is not implemented. | 2525 # LayoutTestController::setTextDirection is not implemented. |
| 2522 fast/html/set-text-direction.html | 2526 fast/html/set-text-direction.html |
| 2523 | 2527 |
| 2524 # JSC does not support setIsolatedWorldSecurityOrigin (http://webkit.org/b/61540
) | 2528 # JSC does not support setIsolatedWorldSecurityOrigin (http://webkit.org/b/61540
) |
| 2525 http/tests/security/isolatedWorld/cross-origin-xhr.html | 2529 http/tests/security/isolatedWorld/cross-origin-xhr.html |
| OLD | NEW |