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

Unified Diff: third_party/WebKit/LayoutTests/platform/linux/css1/box_properties/float_margin-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/css1/box_properties/float_margin-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/linux/css1/box_properties/float_margin-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/css1/box_properties/float_margin-expected.txt
index 516982ecf9a1717c510ae7c9010ce6e93631afff..6a3810d26e643916ad3987c36f4a5a522b1ef642 100644
--- a/third_party/WebKit/LayoutTests/platform/linux/css1/box_properties/float_margin-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/linux/css1/box_properties/float_margin-expected.txt
@@ -25,7 +25,7 @@ layer at (0,0) size 785x1915 backgroundClip at (0,0) size 785x600 clip at (0,0)
text run at (0,112) width 400: "#img5 {margin-right: -30px; margin-bottom: -30px;}"
text run at (400,112) width 0: " "
text run at (0,128) width 0: " "
- LayoutBlockFlow {HR} at (0,193) size 769x2 [border: (1px inset #EEEEEE)]
+ LayoutBlockFlow {HR} at (0,193) size 769x2 [border: (1.00px inset #EEEEEE)]
LayoutBlockFlow {P} at (30,215) size 729x92 [bgcolor=#FFFFFF]
LayoutText {#text} at (0,0) size 719x91
text run at (0,0) width 719: "This paragraph should have a white background which extends to the edges of the element's"
@@ -86,18 +86,18 @@ layer at (0,0) size 785x1915 backgroundClip at (0,0) size 785x600 clip at (0,0)
text run at (0,92) width 328: "extends to the edges of the element's box. "
text run at (328,92) width 325: "There is no padding set on this paragraph"
text run at (0,115) width 95: "whatsoever."
- LayoutTable {TABLE} at (0,1048) size 769x851 [border: (1px outset #808080)]
+ LayoutTable {TABLE} at (0,1048) size 769x851 [border: (1.00px outset #808080)]
LayoutTableSection {TBODY} at (1,1) size 767x849
LayoutTableRow {TR} at (0,0) size 767x28
- LayoutTableCell {TD} at (0,0) size 767x28 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
+ LayoutTableCell {TD} at (0,0) size 767x28 [bgcolor=#C0C0C0] [border: (1.00px inset #808080)] [r=0 c=0 rs=1 cs=2]
LayoutInline {STRONG} at (0,0) size 157x19
LayoutText {#text} at (4,4) size 157x19
text run at (4,4) width 157: "TABLE Testing Section"
LayoutTableRow {TR} at (0,28) size 767x821
- LayoutTableCell {TD} at (0,424) size 12x28 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
+ LayoutTableCell {TD} at (0,424) size 12x28 [bgcolor=#C0C0C0] [border: (1.00px inset #808080)] [r=1 c=0 rs=1 cs=1]
LayoutText {#text} at (4,4) size 4x19
text run at (4,4) width 4: " "
- LayoutTableCell {TD} at (12,28) size 755x821 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
+ LayoutTableCell {TD} at (12,28) size 755x821 [border: (1.00px inset #808080)] [r=1 c=1 rs=1 cs=1]
LayoutBlockFlow {P} at (34,4) size 707x92 [bgcolor=#FFFFFF]
LayoutText {#text} at (0,0) size 704x91
text run at (0,0) width 641: "This paragraph should have a white background which extends to the edges of the"

Powered by Google App Engine
This is Rietveld 408576698