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

Unified Diff: third_party/WebKit/LayoutTests/platform/linux/css1/box_properties/float-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-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/linux/css1/box_properties/float-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/css1/box_properties/float-expected.txt
index 5f710bef584d735ec69da7c8db81a27c274c7dc4..ecce220aa198fa0851aa49155679f7e2e705ac20 100644
--- a/third_party/WebKit/LayoutTests/platform/linux/css1/box_properties/float-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/linux/css1/box_properties/float-expected.txt
@@ -13,7 +13,7 @@ layer at (0,0) size 800x600
text run at (0,16) width 160: ".two {float: right;}"
text run at (160,16) width 0: " "
text run at (0,32) width 0: " "
- LayoutBlockFlow {HR} at (0,97) size 784x2 [border: (1px inset #EEEEEE)]
+ LayoutBlockFlow {HR} at (0,97) size 784x2 [border: (1.00px inset #EEEEEE)]
LayoutImage (floating) {IMG} at (0,107) size 15x50
LayoutBlockFlow {P} at (0,115) size 784x40
LayoutText {#text} at (15,0) size 761x39
@@ -22,25 +22,25 @@ layer at (0,0) size 800x600
text run at (15,20) width 162: "has been floated to the left."
LayoutBlockFlow (anonymous) at (0,171) size 784x20
LayoutBR {BR} at (0,0) size 0x19
- LayoutBlockFlow {HR} at (0,199) size 784x2 [border: (1px inset #EEEEEE)]
+ LayoutBlockFlow {HR} at (0,199) size 784x2 [border: (1.00px inset #EEEEEE)]
LayoutImage (floating) {IMG} at (769,209) size 15x50
LayoutBlockFlow {P} at (0,217) size 784x40
LayoutText {#text} at (0,0) size 769x39
text run at (0,0) width 574: "This text should be flowing past a tall orange rectangle on the right side of the browser window. "
text run at (573,0) width 196: "In this case, it is the image which"
text run at (0,20) width 170: "has been floated to the right."
- LayoutTable {TABLE} at (0,273) size 784x182 [border: (1px outset #808080)]
+ LayoutTable {TABLE} at (0,273) size 784x182 [border: (1.00px outset #808080)]
LayoutTableSection {TBODY} at (1,1) size 782x180
LayoutTableRow {TR} at (0,0) size 782x28
- LayoutTableCell {TD} at (0,0) size 782x28 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=0 c=0 rs=1 cs=2]
+ LayoutTableCell {TD} at (0,0) size 782x28 [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 782x152
- LayoutTableCell {TD} at (0,90) size 12x28 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
+ LayoutTableCell {TD} at (0,90) 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 770x152 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
+ LayoutTableCell {TD} at (12,28) size 770x152 [border: (1.00px inset #808080)] [r=1 c=1 rs=1 cs=1]
LayoutImage (floating) {IMG} at (4,4) size 15x50
LayoutBlockFlow {P} at (4,4) size 762x40
LayoutText {#text} at (15,0) size 722x39
@@ -49,7 +49,7 @@ layer at (0,0) size 800x600
text run at (15,20) width 201: "which has been floated to the left."
LayoutBlockFlow (anonymous) at (4,60) size 762x20
LayoutBR {BR} at (0,0) size 0x19
- LayoutBlockFlow {HR} at (4,88) size 762x2 [border: (1px inset #EEEEEE)]
+ LayoutBlockFlow {HR} at (4,88) size 762x2 [border: (1.00px inset #EEEEEE)]
LayoutImage (floating) {IMG} at (751,98) size 15x50
LayoutBlockFlow {P} at (4,106) size 762x40
LayoutText {#text} at (0,0) size 730x39

Powered by Google App Engine
This is Rietveld 408576698