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

Unified Diff: LayoutTests/platform/linux/fast/table/table-toggle-paragraph-padding-expected.txt

Issue 22589002: Margins on children of display:table-cell elements get stuck at highest value. (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-toggle-paragraph-padding-expected.txt
diff --git a/LayoutTests/platform/linux/fast/table/table-toggle-paragraph-padding-expected.txt b/LayoutTests/platform/linux/fast/table/table-toggle-paragraph-padding-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..3afafae37202b850dacbe6e1846f8cc36b4fad01
--- /dev/null
+++ b/LayoutTests/platform/linux/fast/table/table-toggle-paragraph-padding-expected.txt
@@ -0,0 +1,33 @@
+layer at (0,0) size 800x600
+ RenderView at (0,0) size 800x600
+layer at (0,0) size 800x195
+ RenderBlock {HTML} at (0,0) size 800x195.25
+ RenderBody {BODY} at (8,18.72) size 784x168.53
+ RenderBlock {H3} at (0,0) size 784x46
+ RenderText {#text} at (0,0) size 202x22
+ text run at (0,0) width 202: "Test for chromium bug : "
+ RenderInline {A} at (0,0) size 60x22 [color=#0000EE]
+ RenderText {#text} at (202,0) size 60x22
+ text run at (202,0) width 60: "241331"
+ RenderText {#text} at (262,0) size 775x45
+ text run at (262,0) width 513: ". Margins on children of display:table-cell elements get stuck at"
+ text run at (0,23) width 111: "highest value."
+ RenderBlock {H4} at (0,67.27) size 784x20
+ RenderText {#text} at (0,0) size 696x19
+ text run at (0,0) width 696: "Row's before margin was not reseting back to 0 when margin of the cell's child is changed from 40px to 0."
+ RenderBlock {P} at (0,108.53) size 784x20
+ RenderText {#text} at (0,0) size 335x19
+ text run at (0,0) width 335: "Paragraph1 : None of the paragraphs have any margins."
+ RenderTable {DIV} at (0,128.53) size 333x20
+ RenderTableSection (anonymous) at (0,0) size 333x20
+ RenderTableRow (anonymous) at (0,0) size 333x20
+ RenderTableCell {DIV} at (0,0) size 143x20 [r=0 c=0 rs=1 cs=1]
+ RenderText {#text} at (0,0) size 143x19
+ text run at (0,0) width 143: "other cell, no paragraph"
+ RenderTableCell {DIV} at (143,0) size 190x20 [r=0 c=1 rs=1 cs=1]
+ RenderBlock {P} at (0,0) size 190x20
+ RenderText {#text} at (0,0) size 190x19
+ text run at (0,0) width 190: "Paragraph2 : I am in a table cell"
+ RenderBlock {P} at (0,148.53) size 784x20
+ RenderText {#text} at (0,0) size 134x19
+ text run at (0,0) width 134: "Paragraph3 : text after"

Powered by Google App Engine
This is Rietveld 408576698