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

Side by Side Diff: LayoutTests/platform/linux/editing/pasteboard/innerText-inline-table-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 {DIV} at (0,0) size 784x20 6 RenderBlock {DIV} at (0,0) size 784x20
7 RenderText {#text} at (0,0) size 469x19 7 RenderText {#text} at (0,0) size 469x19
8 text run at (0,0) width 469: "Checks that the text iterator is emittin g a space before and after an inline table." 8 text run at (0,0) width 469: "Checks that the text iterator is emittin g a space before and after an inline table."
9 RenderBlock {DIV} at (0,20) size 784x28 9 RenderBlock {DIV} at (0,20) size 784x28
10 RenderText {#text} at (0,8) size 28x19 10 RenderText {#text} at (0,8) size 28x19
(...skipping 11 matching lines...) Expand all
22 text run at (0,8) width 24: "foo " 22 text run at (0,8) width 24: "foo "
23 LayoutTable {TABLE} at (24,0) size 14x26 23 LayoutTable {TABLE} at (24,0) size 14x26
24 LayoutTableSection {TBODY} at (0,0) size 14x26 24 LayoutTableSection {TBODY} at (0,0) size 14x26
25 LayoutTableRow {TR} at (0,2) size 14x22 25 LayoutTableRow {TR} at (0,2) size 14x22
26 LayoutTableCell {TD} at (2,2) size 10x22 [r=0 c=0 rs=1 cs=1] 26 LayoutTableCell {TD} at (2,2) size 10x22 [r=0 c=0 rs=1 cs=1]
27 RenderText {#text} at (1,1) size 8x19 27 RenderText {#text} at (1,1) size 8x19
28 text run at (1,1) width 8: "2" 28 text run at (1,1) width 8: "2"
29 RenderText {#text} at (38,8) size 24x19 29 RenderText {#text} at (38,8) size 24x19
30 text run at (38,8) width 24: " bar" 30 text run at (38,8) width 24: " bar"
31 RenderBlock {UL} at (0,92) size 784x20 31 RenderBlock {UL} at (0,92) size 784x20
32 RenderListItem {LI} at (40,0) size 744x20 32 LayoutListItem {LI} at (40,0) size 744x20
33 RenderBlock {PRE} at (0,0) size 744x20 33 RenderBlock {PRE} at (0,0) size 744x20
34 RenderListMarker at (-18,0) size 7x19: bullet 34 LayoutListMarker at (-18,0) size 7x19: bullet
35 RenderText {#text} at (0,3) size 64x16 35 RenderText {#text} at (0,3) size 64x16
36 text run at (0,3) width 64: "Success!" 36 text run at (0,3) width 64: "Success!"
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698