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

Side by Side Diff: LayoutTests/platform/linux/fast/table/table-display-inline-expected.txt

Issue 23628004: Tables with display:inline rendered in wrong position. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Creating inline table during render tree construction Created 7 years, 3 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
(Empty)
1 layer at (0,0) size 800x600
2 RenderView at (0,0) size 800x600
3 layer at (0,0) size 800x356
4 RenderBlock {HTML} at (0,0) size 800x356.25
5 RenderBody {BODY} at (8,18.72) size 784x329.53
6 RenderBlock {H3} at (0,0) size 784x23
7 RenderText {#text} at (0,0) size 202x22
8 text run at (0,0) width 202: "Test for chromium bug : "
9 RenderInline {A} at (0,0) size 50x22 [color=#0000EE]
10 RenderText {#text} at (202,0) size 50x22
11 text run at (202,0) width 50: "53693"
12 RenderText {#text} at (252,0) size 445x22
13 text run at (252,0) width 445: ". Tables with display:inline rendered in wrong position."
14 RenderBlock {H4} at (0,44.27) size 784x40
15 RenderText {#text} at (0,0) size 774x39
16 text run at (0,0) width 774: "Table was created as Inline renderer and another table renderer is created for table's content. So It was displayed as"
17 text run at (0,20) width 703: "block element and all it's style proper ties also associated with inline renderer and was not applied to table."
18 RenderBlock (anonymous) at (0,105.53) size 784x148
19 RenderText {#text} at (0,0) size 759x39
20 text run at (0,0) width 759: "case 1: The two blocks below should pres ent in same line, first block with green background color and second block with blue"
21 text run at (0,20) width 115: "background color. "
22 RenderBR {BR} at (115,20) size 0x19
23 RenderBR {BR} at (0,40) size 0x19
24 RenderInline {TABLE} at (0,0) size 81x19 [bgcolor=#008000]
25 RenderTable at (0,60) size 81x26
26 RenderTableSection {TBODY} at (0,0) size 81x26
27 RenderTableRow {TR} at (0,2) size 81x22
28 RenderTableCell {TD} at (2,2) size 77x22 [r=0 c=0 rs=1 cs=1]
29 RenderText {#text} at (1,1) size 75x19
30 text run at (1,1) width 75: "inline table 1"
31 RenderText {#text} at (81,68) size 4x19
32 text run at (81,68) width 4: " "
33 RenderInline {TABLE} at (0,0) size 81x19 [bgcolor=#0000FF]
34 RenderTable at (85,60) size 81x26
35 RenderTableSection {TBODY} at (0,0) size 81x26
36 RenderTableRow {TR} at (0,2) size 81x22
37 RenderTableCell {TD} at (2,2) size 77x22 [r=0 c=0 rs=1 cs=1]
38 RenderText {#text} at (1,1) size 75x19
39 text run at (1,1) width 75: "inline table 2"
40 RenderText {#text} at (166,68) size 4x19
41 text run at (166,68) width 4: " "
42 RenderBR {BR} at (0,0) size 0x0
43 RenderBR {BR} at (0,88) size 0x19
44 RenderText {#text} at (0,108) size 331x19
45 text run at (0,108) width 331: "case 2: 'Hello' and 'World' should pre sent in same line. "
46 RenderBR {BR} at (0,0) size 0x0
47 RenderBR {BR} at (0,128) size 0x19
48 RenderBlock {DIV} at (0,253.53) size 784x28
49 RenderText {#text} at (0,8) size 36x19
50 text run at (0,8) width 36: "Hello "
51 RenderInline {TABLE} at (0,0) size 45x19
52 RenderTable at (36,0) size 45x26
53 RenderTableSection {TBODY} at (0,0) size 45x26
54 RenderTableRow {TR} at (0,2) size 45x22
55 RenderTableCell {TD} at (2,2) size 41x22 [r=0 c=0 rs=1 cs=1]
56 RenderText {#text} at (1,1) size 39x19
57 text run at (1,1) width 39: "World"
58 RenderText {#text} at (0,0) size 0x0
59 RenderBlock (anonymous) at (0,281.53) size 784x20
60 RenderBR {BR} at (0,0) size 0x19
61 RenderBlock {DIV} at (0,301.53) size 784x28
62 RenderText {#text} at (0,2) size 36x19
63 text run at (0,2) width 36: "Hello "
64 RenderInline {TABLE} at (0,0) size 45x19
65 RenderTable at (36,0) size 45x28
66 RenderTableSection {TBODY} at (0,0) size 45x28
67 RenderTableRow (anonymous) at (0,2) size 45x24
68 RenderTableCell (anonymous) at (2,2) size 41x24 [r=0 c=0 rs=1 cs =1]
69 RenderInline {TR} at (0,0) size 41x19
70 RenderInline {TD} at (0,0) size 41x21
71 RenderText {#text} at (1,4) size 39x19
72 text run at (1,4) width 39: "World"
73 RenderText {#text} at (0,0) size 0x0
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698