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

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

Powered by Google App Engine
This is Rietveld 408576698