Changeset 153966 in webkit
- Timestamp:
- Aug 12, 2013, 5:20:47 PM (12 years ago)
- Location:
- trunk/LayoutTests
- Files:
-
- 4 deleted
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LayoutTests/ChangeLog
r153960 r153966 1 2013-08-12 Ryuan Choi <ryuan.choi@samsung.com> 2 3 [EFL] Unreviewed gardening. 4 5 * platform/efl/TestExpectations: Added pasteboard after r152185. 6 * platform/efl/editing/deleting/delete-br-002-expected.txt: Updated after r152478. 7 * platform/efl/editing/execCommand/outdent-blockquote-test1-expected.txt: 8 Removed platform specific expectations after r152494. 9 * platform/efl/editing/execCommand/outdent-blockquote-test2-expected.txt: Ditto. 10 * platform/efl/editing/execCommand/outdent-blockquote-test3-expected.txt: Ditto. 11 * platform/efl/editing/execCommand/outdent-blockquote-test4-expected.txt: Ditto. 12 1 13 2013-08-12 Ryosuke Niwa <rniwa@webkit.org> 2 14 -
trunk/LayoutTests/platform/efl/TestExpectations
r153780 r153966 393 393 webkit.org/b/86623 editing/pasteboard/get-data-text-plain-drop.html [ Failure ] 394 394 webkit.org/b/86623 editing/pasteboard/copy-image-with-alt-text.html [ Failure ] 395 webkit.org/b/86623 editing/pasteboard/simplfiying-markup-should-not-strip-content.html [ Failure ] 395 396 webkit.org/b/86623 editing/selection/4895428-1.html [ Failure ] 396 397 webkit.org/b/86623 editing/selection/4895428-4.html [ Failure ] -
trunk/LayoutTests/platform/efl/editing/deleting/delete-br-002-expected.txt
r140134 r153966 25 25 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification 26 26 EDITING DELEGATE: shouldDeleteDOMRange:range from 2 of SPAN > DIV > BODY > HTML > #document to 3 of SPAN > DIV > BODY > HTML > #document 27 EDITING DELEGATE: shouldChangeSelectedDOMRange:range from 3 of SPAN > DIV > BODY > HTML > #document to 3 of SPAN > DIV > BODY > HTML > #document toDOMRange:range from 2 of SPAN > DIV > BODY > HTML > #document to 2 of SPAN > DIV > BODY > HTML > #document affinity:NSSelectionAffinityDownstream stillSelecting:FALSE28 27 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification 29 28 EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification
Note:
See TracChangeset
for help on using the changeset viewer.