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

Unified Diff: third_party/WebKit/LayoutTests/platform/linux/css1/units/length_units-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/units/length_units-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/linux/css1/units/length_units-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/css1/units/length_units-expected.txt
index 812ac67aa6dd5c35eb83ec017232131a4fa77b66..bec695546cc32de7414ad1c8eb0adfeb80298a50 100644
--- a/third_party/WebKit/LayoutTests/platform/linux/css1/units/length_units-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/linux/css1/units/length_units-expected.txt
@@ -30,7 +30,7 @@ layer at (0,0) size 785x1673 backgroundClip at (0,0) size 785x600 clip at (0,0)
text run at (208,144) width 0: " "
text run at (0,160) width 624: ".ten {font-size: 40px; border-left: 1ex solid purple; background-color: aqua;}"
text run at (624,160) width 0: " "
- LayoutBlockFlow {HR} at (0,225) size 769x2 [border: (1px inset #EEEEEE)]
+ LayoutBlockFlow {HR} at (0,225) size 769x2 [border: (1.00px inset #EEEEEE)]
LayoutBlockFlow {P} at (0,243) size 769x40
LayoutText {#text} at (0,0) size 758x39
text run at (0,0) width 758: "This paragraph has no left margin. The following paragraphs have all been given a left margin and their left (outer) edges should"
@@ -67,7 +67,7 @@ layer at (0,0) size 785x1673 backgroundClip at (0,0) size 785x600 clip at (0,0)
LayoutBlockFlow {P} at (48,587) size 721x20
LayoutText {#text} at (0,0) size 558x19
text run at (0,0) width 558: "This paragraph should have a left margin of 3 picas (the plus sign should make no difference)."
- LayoutBlockFlow {P} at (0,647) size 769x240 [bgcolor=#00FFFF] [border: none (18px solid #800080)]
+ LayoutBlockFlow {P} at (0,647) size 769x240 [bgcolor=#00FFFF] [border: none (18.00px solid #800080)]
LayoutText {#text} at (18,1) size 306x46
text run at (18,1) width 306: "This element has a "
LayoutInline {CODE} at (0,0) size 216x42
@@ -94,18 +94,18 @@ layer at (0,0) size 785x1673 backgroundClip at (0,0) size 785x600 clip at (0,0)
text run at (18,97) width 663: "This should make the left border the same"
text run at (18,145) width 700: "number of pixels as the lower-case 'x' in this"
text run at (18,193) width 603: "element's font, as well as solid purple."
- LayoutTable {TABLE} at (0,927) size 769x730 [border: (1px outset #808080)]
+ LayoutTable {TABLE} at (0,927) size 769x730 [border: (1.00px outset #808080)]
LayoutTableSection {TBODY} at (1,1) size 767x728
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 767x700
- LayoutTableCell {TD} at (0,364) size 12x28 [bgcolor=#C0C0C0] [border: (1px inset #808080)] [r=1 c=0 rs=1 cs=1]
+ LayoutTableCell {TD} at (0,364) 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 755x700 [border: (1px inset #808080)] [r=1 c=1 rs=1 cs=1]
+ LayoutTableCell {TD} at (12,28) size 755x700 [border: (1.00px inset #808080)] [r=1 c=1 rs=1 cs=1]
LayoutBlockFlow {P} at (4,4) size 747x40
LayoutText {#text} at (0,0) size 715x39
text run at (0,0) width 715: "This paragraph has no left margin. The following paragraphs have all been given a left margin and their left (outer) edges"
@@ -142,7 +142,7 @@ layer at (0,0) size 785x1673 backgroundClip at (0,0) size 785x600 clip at (0,0)
LayoutBlockFlow {P} at (52,348) size 699x20
LayoutText {#text} at (0,0) size 558x19
text run at (0,0) width 558: "This paragraph should have a left margin of 3 picas (the plus sign should make no difference)."
- LayoutBlockFlow {P} at (4,408) size 747x288 [bgcolor=#00FFFF] [border: none (18px solid #800080)]
+ LayoutBlockFlow {P} at (4,408) size 747x288 [bgcolor=#00FFFF] [border: none (18.00px solid #800080)]
LayoutText {#text} at (18,1) size 306x46
text run at (18,1) width 306: "This element has a "
LayoutInline {CODE} at (0,0) size 216x42

Powered by Google App Engine
This is Rietveld 408576698