Changeset 121318 in webkit
- Timestamp:
- Jun 26, 2012, 9:03:04 PM (14 years ago)
- Location:
- trunk/LayoutTests
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
editing/deleting/merge-into-empty-block-2-expected.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/LayoutTests/ChangeLog
r121317 r121318 1 2012-06-26 Ryosuke Niwa <rniwa@webkit.org> 2 3 Rebaseline after r121286 and r121290. 4 5 * editing/deleting/merge-into-empty-block-2-expected.txt: 6 1 7 2012-06-26 Keishi Hattori <keishi@webkit.org> 2 8 -
trunk/LayoutTests/editing/deleting/merge-into-empty-block-2-expected.txt
r121286 r121318 5 5 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotification 6 6 EDITING DELEGATE: webViewDidChange:WebViewDidChangeNotification 7 CONSOLE MESSAGE: line 13: ReferenceError: Can't find variable: Markup 8 layer at (0,0) size 800x600 9 RenderView at (0,0) size 800x600 10 layer at (0,0) size 800x600 11 RenderBlock {HTML} at (0,0) size 800x600 12 RenderBody {BODY} at (8,8) size 784x576 13 RenderBlock {P} at (0,0) size 784x18 14 RenderText {#text} at (0,0) size 731x18 15 text run at (0,0) width 731: "When a user puts the caret at the very beginning a list and hits delete into an empty line, the list should just move up." 16 RenderBlock {DIV} at (0,34) size 784x18 17 RenderBlock {UL} at (0,0) size 784x18 18 RenderListItem {LI} at (40,0) size 744x18 19 RenderListMarker at (-17,0) size 7x18: bullet 20 RenderInline {SPAN} at (0,0) size 21x18 21 RenderText {#text} at (0,0) size 21x18 22 text run at (0,0) width 21: "foo" 23 caret: position 0 of child 0 {#text} of child 0 {SPAN} of child 0 {LI} of child 0 {UL} of child 2 {DIV} of body 7 EDITING DELEGATE: webViewDidEndEditing:WebViewDidEndEditingNotification 8 When a user puts the caret at the very beginning a list and hits delete into an empty line, the list should just move up. 9 | <ul> 10 | <li> 11 | <span> 12 | id="test" 13 | "<#selection-caret>foo"
Note:
See TracChangeset
for help on using the changeset viewer.