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

Unified Diff: third_party/WebKit/LayoutTests/platform/linux/css2.1/20110323/block-non-replaced-width-008-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/20110323/block-non-replaced-width-008-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/linux/css2.1/20110323/block-non-replaced-width-008-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/css2.1/20110323/block-non-replaced-width-008-expected.txt
index adcd41461bd89c327be4ee1fe2cda44ba9dea4c8..30a97eb4bbc7411d4044eed67d52252d1db1d871 100644
--- a/third_party/WebKit/LayoutTests/platform/linux/css2.1/20110323/block-non-replaced-width-008-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/linux/css2.1/20110323/block-non-replaced-width-008-expected.txt
@@ -11,5 +11,5 @@ layer at (0,0) size 800x260
text run at (321,0) width 43: "no red"
LayoutText {#text} at (363,0) size 5x19
text run at (363,0) width 5: "."
- LayoutBlockFlow {DIV} at (0,36) size 400x200 [border: none (200px solid #FF0000) none]
- LayoutBlockFlow {DIV} at (0,0) size 400x200 [border: none (200px solid #008000) none]
+ LayoutBlockFlow {DIV} at (0,36) size 400x200 [border: none (200.00px solid #FF0000) none]
+ LayoutBlockFlow {DIV} at (0,0) size 400x200 [border: none (200.00px solid #008000) none]

Powered by Google App Engine
This is Rietveld 408576698