Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(124)

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/editing/selection/node-removal-2-expected.txt

Issue 1410703003: Auto-rebaseline for r354723 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n 1 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
2 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n 2 EDITING DELEGATE: webViewDidChangeSelection:WebViewDidChangeSelectionNotificatio n
3 layer at (0,0) size 800x600 3 layer at (0,0) size 800x600
4 LayoutView at (0,0) size 800x600 4 LayoutView at (0,0) size 800x600
5 layer at (0,0) size 800x600 5 layer at (0,0) size 800x600
6 LayoutBlockFlow {HTML} at (0,0) size 800x600 6 LayoutBlockFlow {HTML} at (0,0) size 800x600
7 LayoutBlockFlow {BODY} at (8,8) size 784x584 7 LayoutBlockFlow {BODY} at (8,8) size 784x584
8 LayoutBlockFlow {P} at (0,0) size 784x40 8 LayoutBlockFlow {P} at (0,0) size 784x40
9 LayoutText {#text} at (0,0) size 783x39 9 LayoutText {#text} at (0,0) size 782x39
10 text run at (0,0) width 651: "This tests behavior when a node that ser ves as the start or end of a selection is removed from the document. " 10 text run at (0,0) width 651: "This tests behavior when a node that ser ves as the start or end of a selection is removed from the document. "
11 text run at (651,0) width 132: "Ideally, we would just" 11 text run at (651,0) width 131: "Ideally, we would just"
12 text run at (0,20) width 552: "adjust the selection when an endpoint i s removed, for now, we just blow away the selection." 12 text run at (0,20) width 551: "adjust the selection when an endpoint i s removed, for now, we just blow away the selection."
13 LayoutBlockFlow {P} at (0,56) size 784x40 13 LayoutBlockFlow {P} at (0,56) size 784x40
14 LayoutText {#text} at (0,0) size 735x39 14 LayoutText {#text} at (0,0) size 735x39
15 text run at (0,0) width 455: "This test creates a selection that ends inside of a node that will be removed. " 15 text run at (0,0) width 455: "This test creates a selection that ends inside of a node that will be removed. "
16 text run at (455,0) width 164: "Then the node is removed. " 16 text run at (455,0) width 164: "Then the node is removed. "
17 text run at (619,0) width 116: "Then a Select All is" 17 text run at (619,0) width 116: "Then a Select All is"
18 text run at (0,20) width 62: "executed. " 18 text run at (0,20) width 62: "executed. "
19 text run at (62,20) width 242: "The entire document should be selected ." 19 text run at (62,20) width 242: "The entire document should be selected ."
20 LayoutBlockFlow {DIV} at (0,112) size 784x20 20 LayoutBlockFlow {DIV} at (0,112) size 784x20
21 LayoutText {#text} at (0,0) size 32x19 21 LayoutText {#text} at (0,0) size 32x19
22 text run at (0,0) width 32: "hello " 22 text run at (0,0) width 32: "hello "
23 LayoutText {#text} at (32,0) size 40x19 23 LayoutText {#text} at (32,0) size 40x19
24 text run at (32,0) width 40: "world!" 24 text run at (32,0) width 40: "world!"
25 selection start: position 0 of child 0 {#text} of child 1 {P} of body 25 selection start: position 0 of child 0 {#text} of child 1 {P} of body
26 selection end: position 7 of child 1 {#text} of child 5 {DIV} of body 26 selection end: position 7 of child 1 {#text} of child 5 {DIV} of body
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698