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

Side by Side Diff: third_party/WebKit/LayoutTests/platform/linux/css2.1/20110323/border-collapse-offset-002-expected.txt

Issue 1574933002: Changed type of border-width longhands from unsigned to float. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Made transitions use fractional border widths, added assert that border widths are positive, and r… Created 4 years, 11 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
1 layer at (0,0) size 800x600 1 layer at (0,0) size 800x600
2 LayoutView at (0,0) size 800x600 2 LayoutView at (0,0) size 800x600
3 layer at (0,0) size 800x84 3 layer at (0,0) size 800x84
4 LayoutBlockFlow {HTML} at (0,0) size 800x84 4 LayoutBlockFlow {HTML} at (0,0) size 800x84
5 LayoutBlockFlow {BODY} at (8,8) size 784x68 5 LayoutBlockFlow {BODY} at (8,8) size 784x68
6 LayoutTable {TABLE} at (0,0) size 110x68 [border: (2px none #808080)] 6 LayoutTable {TABLE} at (0,0) size 110x68 [border: (2.00px none #808080)]
7 LayoutBlockFlow {CAPTION} at (0,0) size 110x28 [border: (4px solid #0080 00)] 7 LayoutBlockFlow {CAPTION} at (0,0) size 110x28 [border: (4.00px solid #0 08000)]
8 LayoutText {#text} at (33,4) size 44x19 8 LayoutText {#text} at (33,4) size 44x19
9 text run at (33,4) width 44: "caption" 9 text run at (33,4) width 44: "caption"
10 LayoutTableSection {TBODY} at (2,30) size 106x36 10 LayoutTableSection {TBODY} at (2,30) size 106x36
11 LayoutTableRow {TR} at (0,0) size 106x36 11 LayoutTableRow {TR} at (0,0) size 106x36
12 LayoutTableCell {TD} at (0,5) size 106x26 [border: (2px solid #FFA50 0)] [r=0 c=0 rs=1 cs=1] 12 LayoutTableCell {TD} at (0,5) size 106x26 [border: (2.00px solid #FF A500)] [r=0 c=0 rs=1 cs=1]
13 LayoutText {#text} at (37,3) size 32x19 13 LayoutText {#text} at (37,3) size 32x19
14 text run at (37,3) width 32: "cell 1" 14 text run at (37,3) width 32: "cell 1"
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698