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

Unified 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, 4 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/platform/linux/fast/table/table-display-inline-expected.txt
diff --git a/LayoutTests/platform/linux/fast/table/table-display-inline-expected.txt b/LayoutTests/platform/linux/fast/table/table-display-inline-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..ce21032693669b918b59dfbfbae21fa2927bf3eb
--- /dev/null
+++ b/LayoutTests/platform/linux/fast/table/table-display-inline-expected.txt
@@ -0,0 +1,38 @@
+layer at (0,0) size 800x600
+ RenderView at (0,0) size 800x600
+layer at (0,0) size 800x220
+ RenderBlock {HTML} at (0,0) size 800x220.25
+ RenderBody {BODY} at (8,18.72) size 784x193.53
+ RenderBlock {H3} at (0,0) size 784x23
+ RenderText {#text} at (0,0) size 202x22
+ text run at (0,0) width 202: "Test for chromium bug : "
+ RenderInline {A} at (0,0) size 50x22 [color=#0000EE]
+ RenderText {#text} at (202,0) size 50x22
+ text run at (202,0) width 50: "53693"
+ RenderText {#text} at (252,0) size 445x22
+ text run at (252,0) width 445: ". Tables with display:inline rendered in wrong position."
+ RenderBlock {H4} at (0,44.27) size 784x40
+ RenderText {#text} at (0,0) size 774x39
+ 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"
+ text run at (0,20) width 703: "block element and all it's style properties also associated with inline renderer and was not applied to table."
+ RenderBlock (anonymous) at (0,105.53) size 784x88
+ RenderText {#text} at (0,0) size 717x39
+ text run at (0,0) width 717: "The two blocks below should present in same row, first block with green background color and second block with blue"
+ text run at (0,20) width 115: "background color. "
+ RenderBR {BR} at (115,20) size 0x19
+ RenderBR {BR} at (0,40) size 0x19
+ RenderTable {TABLE} at (0,60) size 100x26 [bgcolor=#008000]
+ RenderTableSection {TBODY} at (0,0) size 100x26
+ RenderTableRow {TR} at (0,2) size 100x22
+ RenderTableCell {TD} at (2,2) size 96x22 [r=0 c=0 rs=1 cs=1]
+ RenderText {#text} at (1,1) size 75x19
+ text run at (1,1) width 75: "inline table 1"
+ RenderText {#text} at (100,68) size 4x19
+ text run at (100,68) width 4: " "
+ RenderTable {TABLE} at (104,60) size 100x26 [bgcolor=#0000FF]
+ RenderTableSection {TBODY} at (0,0) size 100x26
+ RenderTableRow {TR} at (0,2) size 100x22
+ RenderTableCell {TD} at (2,2) size 96x22 [r=0 c=0 rs=1 cs=1]
+ RenderText {#text} at (1,1) size 75x19
+ text run at (1,1) width 75: "inline table 2"
+ RenderText {#text} at (0,0) size 0x0

Powered by Google App Engine
This is Rietveld 408576698