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

Side by Side Diff: LayoutTests/platform/linux/fast/forms/form-elements-display-table-section-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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 layer at (0,0) size 800x600
2 LayoutView at (0,0) size 800x600
3 layer at (0,0) size 800x142
4 LayoutBlockFlow {HTML} at (0,0) size 800x142
5 LayoutBlockFlow {BODY} at (8,8) size 784x118
6 LayoutBlockFlow {DIV} at (0,0) size 300x22
7 LayoutTable {DIV} at (0,0) size 170x22
8 LayoutTableSection (anonymous) at (0,0) size 170x22
9 LayoutTableRow (anonymous) at (0,0) size 170x22
10 LayoutTableCell (anonymous) at (0,0) size 154x22 [r=0 c=0 rs=1 cs= 1]
11 LayoutTextControl {INPUT} at (0,0) size 154x22 [bgcolor=#FFFFFF] [border: (2px inset #EEEEEE)]
12 LayoutTableCell (anonymous) at (154,16) size 16x6 [r=0 c=1 rs=1 cs =1]
13 LayoutButton {BUTTON} at (0,0) size 16x6 [bgcolor=#C0C0C0] [bord er: (2px outset #C0C0C0)]
14 LayoutBlockFlow {P} at (0,38) size 784x80
15 LayoutText {#text} at (0,0) size 776x79
16 text run at (0,0) width 702: "crbug.com/515771: Form elements should a llow table-part display values. In this test, we have an input and a button "
17 text run at (702,0) width 74: "with display:"
18 text run at (0,20) width 590: "table-row-group inside a div container display: table. So the table should get a rendertree like this: "
19 text run at (590,20) width 122: "LayoutTable {DIV}"
20 text run at (0,40) width 207: "LayoutTableSection (anonymous) "
21 text run at (207,40) width 191: "LayoutTableRow (anonymous) "
22 text run at (398,40) width 186: "LayoutTableCell (anonymous) "
23 text run at (584,40) width 180: "LayoutTextControl {INPUT}"
24 text run at (0,60) width 164: "LayoutButton {BUTTON}"
25 layer at (10,11) size 150x16
26 LayoutBlockFlow {DIV} at (2,3) size 150x16
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698