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

Unified Diff: third_party/WebKit/LayoutTests/platform/linux/css2.1/20110323/block-non-replaced-width-001-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-001-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/linux/css2.1/20110323/block-non-replaced-width-001-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/css2.1/20110323/block-non-replaced-width-001-expected.txt
index f2560bd5a962e0309c930b18e25aacf315c10016..125029e53c5e0b8a13af598e460124627f418229 100644
--- a/third_party/WebKit/LayoutTests/platform/linux/css2.1/20110323/block-non-replaced-width-001-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/linux/css2.1/20110323/block-non-replaced-width-001-expected.txt
@@ -7,8 +7,8 @@ layer at (0,0) size 800x95
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 (anonymous) at (0,36) size 784x35
- LayoutBlockFlow {DIV} at (0,0) size 150x30 [bgcolor=#FFA500] [border: (5px solid #FFA500)]
- LayoutBlockFlow {DIV} at (15,5) size 120x20 [border: none (10px solid #FFA500) none (10px solid #FFA500)]
+ LayoutBlockFlow {DIV} at (0,0) size 150x30 [bgcolor=#FFA500] [border: (5.00px solid #FFA500)]
+ LayoutBlockFlow {DIV} at (15,5) size 120x20 [border: none (10.00px solid #FFA500) none (10.00px solid #FFA500)]
LayoutText {#text} at (0,0) size 0x0
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