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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/platform/linux/css2.1/20110323/border-collapse-offset-002-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/linux/css2.1/20110323/border-collapse-offset-002-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/css2.1/20110323/border-collapse-offset-002-expected.txt
index e3271d1f20261f3073e7f6bc3c105fe5c5971ccb..506b8408ecb959801249e5eaccdaa594db9f6555 100644
--- a/third_party/WebKit/LayoutTests/platform/linux/css2.1/20110323/border-collapse-offset-002-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/linux/css2.1/20110323/border-collapse-offset-002-expected.txt
@@ -3,12 +3,12 @@ layer at (0,0) size 800x600
layer at (0,0) size 800x84
LayoutBlockFlow {HTML} at (0,0) size 800x84
LayoutBlockFlow {BODY} at (8,8) size 784x68
- LayoutTable {TABLE} at (0,0) size 110x68 [border: (2px none #808080)]
- LayoutBlockFlow {CAPTION} at (0,0) size 110x28 [border: (4px solid #008000)]
+ LayoutTable {TABLE} at (0,0) size 110x68 [border: (2.00px none #808080)]
+ LayoutBlockFlow {CAPTION} at (0,0) size 110x28 [border: (4.00px solid #008000)]
LayoutText {#text} at (33,4) size 44x19
text run at (33,4) width 44: "caption"
LayoutTableSection {TBODY} at (2,30) size 106x36
LayoutTableRow {TR} at (0,0) size 106x36
- LayoutTableCell {TD} at (0,5) size 106x26 [border: (2px solid #FFA500)] [r=0 c=0 rs=1 cs=1]
+ LayoutTableCell {TD} at (0,5) size 106x26 [border: (2.00px solid #FFA500)] [r=0 c=0 rs=1 cs=1]
LayoutText {#text} at (37,3) size 32x19
text run at (37,3) width 32: "cell 1"

Powered by Google App Engine
This is Rietveld 408576698