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

Unified Diff: third_party/WebKit/LayoutTests/platform/linux/css2.1/20110323/block-non-replaced-width-002-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-002-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/linux/css2.1/20110323/block-non-replaced-width-002-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/css2.1/20110323/block-non-replaced-width-002-expected.txt
index 6f730cf08208e7e23a2559f405e61737b7bf0a8e..b5ef22302d4238f816c6a1e4b5f378293c9ea127 100644
--- a/third_party/WebKit/LayoutTests/platform/linux/css2.1/20110323/block-non-replaced-width-002-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/linux/css2.1/20110323/block-non-replaced-width-002-expected.txt
@@ -7,6 +7,6 @@ layer at (0,0) size 800x90
LayoutText {#text} at (0,0) size 404x19
text run at (0,0) width 404: "Test passes if the orange and blue boxes below are the same width."
LayoutBlockFlow {DIV} at (0,36) size 100x30
- LayoutBlockFlow {DIV} at (0,0) size 150x30 [bgcolor=#FFA500] [border: none (10px solid #FFA500) none (10px solid #FFA500)]
+ LayoutBlockFlow {DIV} at (0,0) size 150x30 [bgcolor=#FFA500] [border: none (10.00px solid #FFA500) none (10.00px solid #FFA500)]
layer at (8,82) size 150x30
LayoutBlockFlow (positioned) {DIV} at (8,82) size 150x30 [bgcolor=#0000FF]

Powered by Google App Engine
This is Rietveld 408576698