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

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: 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 800x220
4 RenderBlock {HTML} at (0,0) size 800x220.25
5 RenderBody {BODY} at (8,18.72) size 784x193.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 784x88
19 RenderText {#text} at (0,0) size 717x39
20 text run at (0,0) width 717: "The two blocks below should present in s ame row, 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 RenderTable {TABLE} at (0,60) size 100x26 [bgcolor=#008000]
25 RenderTableSection {TBODY} at (0,0) size 100x26
26 RenderTableRow {TR} at (0,2) size 100x22
27 RenderTableCell {TD} at (2,2) size 96x22 [r=0 c=0 rs=1 cs=1]
28 RenderText {#text} at (1,1) size 75x19
29 text run at (1,1) width 75: "inline table 1"
30 RenderText {#text} at (100,68) size 4x19
31 text run at (100,68) width 4: " "
32 RenderTable {TABLE} at (104,60) size 100x26 [bgcolor=#0000FF]
33 RenderTableSection {TBODY} at (0,0) size 100x26
34 RenderTableRow {TR} at (0,2) size 100x22
35 RenderTableCell {TD} at (2,2) size 96x22 [r=0 c=0 rs=1 cs=1]
36 RenderText {#text} at (1,1) size 75x19
37 text run at (1,1) width 75: "inline table 2"
38 RenderText {#text} at (0,0) size 0x0
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698