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

Unified Diff: third_party/WebKit/LayoutTests/platform/linux/css2.1/20110323/block-non-replaced-height-009-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-height-009-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/linux/css2.1/20110323/block-non-replaced-height-009-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/css2.1/20110323/block-non-replaced-height-009-expected.txt
index 0a847be73e14f75b5e90eeb40e4eef6377b2f522..41d8fb906575c3307c68f835ff62da5b45002f45 100644
--- a/third_party/WebKit/LayoutTests/platform/linux/css2.1/20110323/block-non-replaced-height-009-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/linux/css2.1/20110323/block-non-replaced-height-009-expected.txt
@@ -8,8 +8,8 @@ layer at (0,0) size 800x252
text run at (0,0) width 255: "Test passes if there is a blue square below."
layer at (8,52) size 784x192
LayoutBlockFlow (relative positioned) {DIV} at (0,36) size 784x192
- LayoutBlockFlow {DIV} at (0,0) size 96x192 [bgcolor=#0000FF] [border: (24px solid #0000FF) none (24px solid #0000FF) none]
- LayoutBlockFlow {DIV} at (0,48) size 96x48 [border: (24px solid #0000FF) none]
- LayoutBlockFlow {DIV} at (0,96) size 96x48 [border: none (24px solid #0000FF) none]
+ LayoutBlockFlow {DIV} at (0,0) size 96x192 [bgcolor=#0000FF] [border: (24.00px solid #0000FF) none (24.00px solid #0000FF) none]
+ LayoutBlockFlow {DIV} at (0,48) size 96x48 [border: (24.00px solid #0000FF) none]
+ LayoutBlockFlow {DIV} at (0,96) size 96x48 [border: none (24.00px solid #0000FF) none]
layer at (104,52) size 96x192
LayoutBlockFlow (positioned) {DIV} at (96,0) size 96x192 [bgcolor=#0000FF]

Powered by Google App Engine
This is Rietveld 408576698