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

Unified Diff: third_party/WebKit/LayoutTests/platform/linux/css1/cascade/important-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/cascade/important-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/linux/css1/cascade/important-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/css1/cascade/important-expected.txt
index c160ca68c151cc6d200a8e0ed127f337ca850a81..6cb7eab816ea2a7af0597a1ba8c0b860888b814b 100644
--- a/third_party/WebKit/LayoutTests/platform/linux/css1/cascade/important-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/linux/css1/cascade/important-expected.txt
@@ -15,7 +15,7 @@ layer at (0,0) size 800x600
text run at (0,32) width 176: "P#id1 {color: purple;}"
text run at (176,32) width 0: " "
text run at (0,48) width 0: " "
- LayoutBlockFlow {HR} at (0,113) size 784x2 [border: (1px inset #EEEEEE)]
+ LayoutBlockFlow {HR} at (0,113) size 784x2 [border: (1.00px inset #EEEEEE)]
LayoutBlockFlow {P} at (0,131) size 784x40 [color=#008000]
LayoutText {#text} at (0,0) size 755x39
text run at (0,0) width 755: "This sentence should be green, because the declaration marked important should override any other normal declaration for the"
@@ -35,18 +35,18 @@ layer at (0,0) size 800x600
text run at (0,0) width 574: "This sentence should also be green, even though it has a STYLE attribute declaring it to be red. "
text run at (574,0) width 167: "This is because declarations"
text run at (0,20) width 535: "marked important have more weight than normal declarations given in a STYLE attribute."
- LayoutTable {TABLE} at (0,299) size 784x190 [border: (1px outset #808080)]
+ LayoutTable {TABLE} at (0,299) size 784x190 [border: (1.00px outset #808080)]
LayoutTableSection {TBODY} at (1,1) size 782x188
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 782x160
- LayoutTableCell {TD} at (0,94) size 12x28 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
+ LayoutTableCell {TD} at (0,94) 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 770x160 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
+ LayoutTableCell {TD} at (12,28) size 770x160 [border: (1.00px inset #808080)] [r=1 c=1 rs=1 cs=1]
LayoutBlockFlow {P} at (4,4) size 762x40 [color=#008000]
LayoutText {#text} at (0,0) size 755x39
text run at (0,0) width 755: "This sentence should be green, because the declaration marked important should override any other normal declaration for the"

Powered by Google App Engine
This is Rietveld 408576698