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

Unified Diff: third_party/WebKit/LayoutTests/platform/linux/css2.1/t0803-c5503-mrgn-b-00-b-a-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/t0803-c5503-mrgn-b-00-b-a-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/linux/css2.1/t0803-c5503-mrgn-b-00-b-a-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/css2.1/t0803-c5503-mrgn-b-00-b-a-expected.txt
index a53e259c3998eaecc365d491b21235bde678272a..918bbf75f9494b7fc1bda5df6b2d426bb3076c7c 100644
--- a/third_party/WebKit/LayoutTests/platform/linux/css2.1/t0803-c5503-mrgn-b-00-b-a-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/linux/css2.1/t0803-c5503-mrgn-b-00-b-a-expected.txt
@@ -9,7 +9,7 @@ layer at (0,0) size 800x346
LayoutTable {TABLE} at (0,20) size 218x310
LayoutTableSection {TBODY} at (0,0) size 218x310
LayoutTableRow {TR} at (0,2) size 218x306
- LayoutTableCell {TD} at (2,2) size 106x305.98 [color=#FFA500] [bgcolor=#FFFF00] [border: (3px solid #000000)] [r=0 c=0 rs=1 cs=1]
+ LayoutTableCell {TD} at (2,2) size 106x305.98 [color=#FFA500] [bgcolor=#FFFF00] [border: (3.00px solid #000000)] [r=0 c=0 rs=1 cs=1]
LayoutBlockFlow {P} at (3,3) size 100x10 [bgcolor=#008080]
LayoutText {#text} at (0,0) size 70x10
text run at (0,0) width 70: "xxxxxxx"
@@ -56,7 +56,7 @@ layer at (0,0) size 800x346
LayoutBlockFlow {P} at (3,292.98) size 100x10 [bgcolor=#008080]
LayoutText {#text} at (0,0) size 40x10
text run at (0,0) width 40: "xxxx"
- LayoutTableCell {TD} at (110,2) size 106x306 [bgcolor=#FF0000] [border: (3px solid #000000)] [r=0 c=1 rs=1 cs=1]
+ LayoutTableCell {TD} at (110,2) size 106x306 [bgcolor=#FF0000] [border: (3.00px solid #000000)] [r=0 c=1 rs=1 cs=1]
LayoutBlockFlow {DIV} at (3,3) size 100x20 [bgcolor=#008080]
LayoutBlockFlow {DIV} at (0,0) size 70x10 [bgcolor=#FFA500]
LayoutBlockFlow {DIV} at (0,10) size 40x10 [bgcolor=#FFA500]

Powered by Google App Engine
This is Rietveld 408576698