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

Unified Diff: third_party/WebKit/LayoutTests/platform/linux/css2.1/t0402-c71-fwd-parsing-01-f-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/css2.1/t0402-c71-fwd-parsing-01-f-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/linux/css2.1/t0402-c71-fwd-parsing-01-f-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/css2.1/t0402-c71-fwd-parsing-01-f-expected.txt
index a7196364bb89e29a42f42190d1d7acbf1185208b..58d66cf756fade12534a6e43e2161a033eb96717 100644
--- a/third_party/WebKit/LayoutTests/platform/linux/css2.1/t0402-c71-fwd-parsing-01-f-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/linux/css2.1/t0402-c71-fwd-parsing-01-f-expected.txt
@@ -6,15 +6,15 @@ layer at (0,0) size 800x220
LayoutBlockFlow {P} at (0,0) size 784x20
LayoutText {#text} at (0,0) size 329x19
text run at (0,0) width 329: "The next four blocks should look identical, to the pixel."
- LayoutBlockFlow {P} at (0,36) size 784x26 [border: (3px solid #000080)]
+ LayoutBlockFlow {P} at (0,36) size 784x26 [border: (3.00px solid #000080)]
LayoutText {#text} at (3,3) size 25x19
text run at (3,3) width 25: "Test"
- LayoutBlockFlow {P} at (0,78) size 784x26 [border: (3px solid #000080)]
+ LayoutBlockFlow {P} at (0,78) size 784x26 [border: (3.00px solid #000080)]
LayoutText {#text} at (3,3) size 25x19
text run at (3,3) width 25: "Test"
- LayoutBlockFlow {P} at (0,120) size 784x26 [border: (3px solid #000080)]
+ LayoutBlockFlow {P} at (0,120) size 784x26 [border: (3.00px solid #000080)]
LayoutText {#text} at (3,3) size 25x19
text run at (3,3) width 25: "Test"
- LayoutBlockFlow {P} at (0,162) size 784x26 [border: (3px solid #000080)]
+ LayoutBlockFlow {P} at (0,162) size 784x26 [border: (3.00px solid #000080)]
LayoutText {#text} at (3,3) size 25x19
text run at (3,3) width 25: "Test"

Powered by Google App Engine
This is Rietveld 408576698