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

Side by Side Diff: LayoutTests/platform/win/editing/selection/4895428-2-expected.txt

Issue 931423003: Rename rendering/RenderList* to layout/LayoutList* (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Remove spurious LayoutLayerModelObject reference Created 5 years, 10 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 layer at (0,0) size 800x600 1 layer at (0,0) size 800x600
2 RenderView at (0,0) size 800x600 2 RenderView at (0,0) size 800x600
3 layer at (0,0) size 800x600 3 layer at (0,0) size 800x600
4 RenderBlock {HTML} at (0,0) size 800x600 4 RenderBlock {HTML} at (0,0) size 800x600
5 RenderBody {BODY} at (8,8) size 784x576 5 RenderBody {BODY} at (8,8) size 784x576
6 RenderBlock {P} at (0,0) size 784x54 6 RenderBlock {P} at (0,0) size 784x54
7 RenderText {#text} at (0,0) size 744x53 7 RenderText {#text} at (0,0) size 744x53
8 text run at (0,0) width 744: "This tests to see if a mouse click insid e an editable, focusable node focuses that node. Normally, we focus a node on" 8 text run at (0,0) width 744: "This tests to see if a mouse click insid e an editable, focusable node focuses that node. Normally, we focus a node on"
9 text run at (0,18) width 738: "mouse down, but to make it easier to dr ag selections containing editable pieces we delay focus until mouse up. The" 9 text run at (0,18) width 738: "mouse down, but to make it easier to dr ag selections containing editable pieces we delay focus until mouse up. The"
10 text run at (0,36) width 536: "editable table cell should be focused a nd you should see a 'Success' message below." 10 text run at (0,36) width 536: "editable table cell should be focused a nd you should see a 'Success' message below."
11 RenderBlock {DIV} at (0,70) size 784x28 11 RenderBlock {DIV} at (0,70) size 784x28
12 LayoutTable {TABLE} at (0,0) size 147x28 [border: (1px outset #808080)] 12 LayoutTable {TABLE} at (0,0) size 147x28 [border: (1px outset #808080)]
13 LayoutTableSection {TBODY} at (1,1) size 145x26 13 LayoutTableSection {TBODY} at (1,1) size 145x26
14 LayoutTableRow {TR} at (0,2) size 145x22 14 LayoutTableRow {TR} at (0,2) size 145x22
15 LayoutTableCell {TD} at (2,2) size 84x22 [border: (1px inset #8080 80)] [r=0 c=0 rs=1 cs=1] 15 LayoutTableCell {TD} at (2,2) size 84x22 [border: (1px inset #8080 80)] [r=0 c=0 rs=1 cs=1]
16 RenderText {#text} at (2,2) size 80x17 16 RenderText {#text} at (2,2) size 80x17
17 text run at (2,2) width 80: "non-editable" 17 text run at (2,2) width 80: "non-editable"
18 LayoutTableCell {TD} at (88,2) size 55x22 [border: (1px inset #808 080)] [r=0 c=1 rs=1 cs=1] 18 LayoutTableCell {TD} at (88,2) size 55x22 [border: (1px inset #808 080)] [r=0 c=1 rs=1 cs=1]
19 RenderText {#text} at (2,2) size 51x17 19 RenderText {#text} at (2,2) size 51x17
20 text run at (2,2) width 51: "editable" 20 text run at (2,2) width 51: "editable"
21 RenderBlock {DIV} at (0,98) size 784x18 21 RenderBlock {DIV} at (0,98) size 784x18
22 LayoutBR {BR} at (0,0) size 0x17 22 LayoutBR {BR} at (0,0) size 0x17
23 RenderBlock {UL} at (0,132) size 784x18 23 RenderBlock {UL} at (0,132) size 784x18
24 RenderListItem {LI} at (40,0) size 744x18 24 LayoutListItem {LI} at (40,0) size 744x18
25 RenderListMarker at (-17,0) size 7x17: bullet 25 LayoutListMarker at (-17,0) size 7x17: bullet
26 RenderText {#text} at (0,0) size 51x17 26 RenderText {#text} at (0,0) size 51x17
27 text run at (0,0) width 51: "Success" 27 text run at (0,0) width 51: "Success"
28 caret: position 4 of child 0 {#text} of child 1 {TD} of child 0 {TR} of child 0 {TBODY} of child 0 {TABLE} of child 2 {DIV} of body 28 caret: position 4 of child 0 {#text} of child 1 {TD} of child 0 {TR} of child 0 {TBODY} of child 0 {TABLE} of child 2 {DIV} of body
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698