Changeset 286966 in webkit
- Timestamp:
- Dec 13, 2021, 12:19:24 PM (5 years ago)
- Location:
- trunk/LayoutTests
- Files:
-
- 4 edited
-
ChangeLog (modified) (1 diff)
-
editing/deleting/forward-delete-crash.html (modified) (2 diffs)
-
platform/ipad/TestExpectations (modified) (1 diff)
-
platform/mac/TestExpectations (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/LayoutTests/ChangeLog
r286955 r286966 1 2021-12-13 Rob Buis <rbuis@igalia.com> 2 3 [ macOS and iOS ] editing/deleting/forward-delete-crash.html is timing out 4 https://bugs.webkit.org/show_bug.cgi?id=230047 5 6 Reviewed by Wenson Hsieh. 7 8 Rewrite forward-delete-crash.html to avoid the timeouts on 9 macOS and iOS. 10 11 * editing/deleting/forward-delete-crash.html: 12 * platform/ipad/TestExpectations: 13 * platform/mac/TestExpectations: 14 1 15 2021-12-13 Tim Nguyen <ntim@apple.com> 2 16 -
trunk/LayoutTests/editing/deleting/forward-delete-crash.html
r282074 r286966 19 19 img0.onerror = () => { 20 20 document.execCommand('ForwardDelete'); 21 setTimeout(function() { window.testRunner.notifyDone(); }, 0);22 document.write("Test passes if it does not crash.");23 21 }; 24 22 let datalist0 = document.createElement('datalist'); … … 40 38 await document.fonts.load("80px Ahem"); 41 39 document.execCommand('Delete'); 40 setTimeout(function() { document.write("Test passes if it does not crash."); window.testRunner.notifyDone(); }, 0); 42 41 }; 43 42 </script> -
trunk/LayoutTests/platform/ipad/TestExpectations
r284752 r286966 95 95 webkit.org/b/203264 editing/pasteboard/smart-paste-paragraph-001.html [ Pass ] 96 96 97 webkit.org/b/230047 editing/deleting/forward-delete-crash.html [ Pass Timeout ]98 99 97 webkit.org/b/231635 [ Release ] editing/selection/ios/scroll-to-reveal-selection-when-showing-software-keyboard.html [ Timeout ] 100 98 -
trunk/LayoutTests/platform/mac/TestExpectations
r286906 r286966 1085 1085 editing/selection/triple-click-in-pre.html [ Failure ] 1086 1086 1087 webkit.org/b/230047 editing/deleting/forward-delete-crash.html [ Pass Timeout ]1088 1089 1087 # rdar://problem/31243824 1090 1088 webkit.org/b/158747 media/restore-from-page-cache.html [ Pass Failure Crash ]
Note:
See TracChangeset
for help on using the changeset viewer.