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

Unified Diff: third_party/WebKit/LayoutTests/platform/linux/css2.1/20110323/margin-applies-to-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/margin-applies-to-008-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/linux/css2.1/20110323/margin-applies-to-008-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/css2.1/20110323/margin-applies-to-008-expected.txt
index bc75e02dcc4e792ec736144ba51cc5c64c129061..19ee96d16b57ad2c3bee48a50937aa9b97a5cd1b 100644
--- a/third_party/WebKit/LayoutTests/platform/linux/css2.1/20110323/margin-applies-to-008-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/linux/css2.1/20110323/margin-applies-to-008-expected.txt
@@ -7,9 +7,9 @@ layer at (0,0) size 800x80
LayoutText {#text} at (0,0) size 417x19
text run at (0,0) width 417: "Test passes if there is space between the blue and orange lines below."
LayoutBlockFlow (anonymous) at (0,36) size 784x20
- LayoutInline {DIV} at (0,0) size 180x19 [border: none (5px solid #0000FF) none (5px solid #0000FF)]
+ LayoutInline {DIV} at (0,0) size 180x19 [border: none (5.00px solid #0000FF) none (5.00px solid #0000FF)]
LayoutText {#text} at (0,0) size 0x0
- LayoutInline {DIV} at (0,0) size 70x19 [border: none (5px solid #FFA500) none (5px solid #FFA500)]
+ LayoutInline {DIV} at (0,0) size 70x19 [border: none (5.00px solid #FFA500) none (5.00px solid #FFA500)]
LayoutText {#text} at (60,0) size 60x19
text run at (60,0) width 60: "Filler Text"
LayoutText {#text} at (0,0) size 0x0

Powered by Google App Engine
This is Rietveld 408576698