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

Unified Diff: third_party/WebKit/LayoutTests/platform/linux/css2.1/20110323/block-non-replaced-height-010-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-010-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/linux/css2.1/20110323/block-non-replaced-height-010-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/css2.1/20110323/block-non-replaced-height-010-expected.txt
index 0b836aaa73baeef7c74a03c566bbf3d9deb3a4e9..f78d90efd5eee1f5db8de5fc4fac21303286e38f 100644
--- a/third_party/WebKit/LayoutTests/platform/linux/css2.1/20110323/block-non-replaced-height-010-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/linux/css2.1/20110323/block-non-replaced-height-010-expected.txt
@@ -9,8 +9,8 @@ layer at (8,8) size 769x259 clip at (8,8) size 754x244
text run at (0,0) width 255: "Test passes if there is a blue square below."
layer at (8,60) size 754x192
LayoutBlockFlow (relative positioned) {DIV} at (0,52) size 754x192
- 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,60) size 96x192
LayoutBlockFlow (positioned) {DIV} at (96,0) size 96x192 [bgcolor=#0000FF]

Powered by Google App Engine
This is Rietveld 408576698