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

Unified Diff: third_party/WebKit/LayoutTests/platform/linux/css1/box_properties/acid_test-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/acid_test-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/win/css1/box_properties/acid_test-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/css1/box_properties/acid_test-expected.txt
similarity index 91%
copy from third_party/WebKit/LayoutTests/platform/win/css1/box_properties/acid_test-expected.txt
copy to third_party/WebKit/LayoutTests/platform/linux/css1/box_properties/acid_test-expected.txt
index 7cbaeaae65dea09b10f410269e75cdcc0cb232fe..01ef2ac03621dbff4eca257260ff9e1c28791019 100644
--- a/third_party/WebKit/LayoutTests/platform/win/css1/box_properties/acid_test-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/linux/css1/box_properties/acid_test-expected.txt
@@ -2,14 +2,14 @@ layer at (0,0) size 800x600
LayoutView at (0,0) size 800x600
layer at (0,0) size 800x433
LayoutBlockFlow {HTML} at (0,0) size 800x433 [color=#FFFFFF]
- LayoutBlockFlow {BODY} at (15,15) size 490x403 [bgcolor=#FFFFFF] [border: (5px solid #000000)]
+ LayoutBlockFlow {BODY} at (15,15) size 490x403 [bgcolor=#FFFFFF] [border: (5.00px solid #000000)]
LayoutBlockFlow {DL} at (5,5) size 480x10
- LayoutBlockFlow (floating) {DT} at (5,5) size 79.98x310 [bgcolor=#CC0000] [border: (5px solid #000000)]
+ LayoutBlockFlow (floating) {DT} at (5,5) size 79.98x310 [bgcolor=#CC0000] [border: (5.00px solid #000000)]
LayoutText {#text} at (15,14) size 35x12
text run at (15,14) width 35: "toggle"
- LayoutBlockFlow (floating) {DD} at (95,5) size 380x310 [border: (10px solid #000000)]
+ LayoutBlockFlow (floating) {DD} at (95,5) size 380x310 [border: (10.00px solid #000000)]
LayoutBlockFlow {UL} at (20,20) size 340x0
- LayoutBlockFlow (floating) {LI} at (0,0) size 80x120 [color=#000000] [bgcolor=#FFCC00] [border: (5px solid #000000)]
+ LayoutBlockFlow (floating) {LI} at (0,0) size 80x120 [color=#000000] [bgcolor=#FFCC00] [border: (5.00px solid #000000)]
LayoutText {#text} at (15,14) size 42x12
text run at (15,14) width 42: "the way"
LayoutBlockFlow (floating) {LI} at (90,0) size 159.97x110 [bgcolor=#000000]
@@ -33,14 +33,14 @@ layer at (0,0) size 800x433
LayoutBlockFlow (anonymous) at (10,64) size 139.97x0
LayoutInline {FORM} at (0,0) size 0x0
LayoutText {#text} at (0,0) size 0x0
- LayoutBlockFlow (floating) {LI} at (259.97,0) size 80x120 [color=#000000] [bgcolor=#FFCC00] [border: (5px solid #000000)]
+ LayoutBlockFlow (floating) {LI} at (259.97,0) size 80x120 [color=#000000] [bgcolor=#FFCC00] [border: (5.00px solid #000000)]
LayoutText {#text} at (15,14) size 32x22
text run at (15,14) width 32: "i grow"
text run at (15,24) width 17: "old"
LayoutBlockFlow (floating) {LI} at (0,130) size 120x120 [bgcolor=#000000]
LayoutText {#text} at (10,9) size 34x12
text run at (10,9) width 34: "pluot?"
- LayoutBlockFlow (floating) {BLOCKQUOTE} at (160,150) size 70x140 [color=#000000] [bgcolor=#FFCC00] [border: (10px solid #000000) (15px solid #000000) (20px solid #000000) (5px solid #000000)]
+ LayoutBlockFlow (floating) {BLOCKQUOTE} at (160,150) size 70x140 [color=#000000] [bgcolor=#FFCC00] [border: (10.00px solid #000000) (15.00px solid #000000) (20.00px solid #000000) (5.00px solid #000000)]
LayoutBlockFlow {ADDRESS} at (5,20) size 50x20
LayoutText {#text} at (0,-1) size 38x22
text run at (0,-1) width 18: "bar"

Powered by Google App Engine
This is Rietveld 408576698