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

Unified Diff: LayoutTests/platform/linux/fast/forms/form-elements-display-table-expected.txt

Issue 1280123004: Don't allow whitespace between elements with display:table-cell (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Updated Created 5 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/forms/form-elements-display-table-expected.txt
diff --git a/LayoutTests/platform/linux/fast/forms/form-elements-display-table-expected.txt b/LayoutTests/platform/linux/fast/forms/form-elements-display-table-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..121ff82611180cfc5049edd41155c5ce01cc841a
--- /dev/null
+++ b/LayoutTests/platform/linux/fast/forms/form-elements-display-table-expected.txt
@@ -0,0 +1,25 @@
+layer at (0,0) size 800x600
+ LayoutView at (0,0) size 800x600
+layer at (0,0) size 800x170
+ LayoutBlockFlow {HTML} at (0,0) size 800x170
+ LayoutBlockFlow {BODY} at (8,8) size 784x146
+ LayoutBlockFlow {DIV} at (0,0) size 236x50
+ LayoutTable {DIV} at (0,0) size 207x50
+ LayoutTableSection (anonymous) at (0,0) size 207x50
+ LayoutTableRow (anonymous) at (0,0) size 207x50
+ LayoutTableCell (anonymous) at (0,0) size 207x50 [r=0 c=0 rs=1 cs=1]
+ LayoutTextControl {INPUT} at (0,0) size 207x26 [bgcolor=#FFFFFF] [border: (1px inset #EEEEEE) none (1px inset #EEEEEE)]
+ LayoutButton {BUTTON} at (0,26) size 27x24 [bgcolor=#C0C0C0] [border: (2px outset #C0C0C0)]
+ LayoutBlockFlow {P} at (0,66) size 784x80
+ LayoutText {#text} at (0,0) size 776x79
+ text run at (0,0) width 702: "crbug.com/515771: Form elements should allow table-part display values. In this test, we have an input and a button "
+ text run at (702,0) width 74: "with display:"
+ text run at (0,20) width 545: "table-cell inside a div container display: table. So the table should get a rendertree like this: "
+ text run at (545,20) width 122: "LayoutTable {DIV}"
+ text run at (0,40) width 207: "LayoutTableSection (anonymous) "
+ text run at (207,40) width 191: "LayoutTableRow (anonymous) "
+ text run at (398,40) width 186: "LayoutTableCell (anonymous) "
+ text run at (584,40) width 180: "LayoutTextControl {INPUT}"
+ text run at (0,60) width 164: "LayoutButton {BUTTON}"
+layer at (14,13) size 196x16
+ LayoutBlockFlow {DIV} at (6,5) size 196x16

Powered by Google App Engine
This is Rietveld 408576698