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

Unified Diff: third_party/WebKit/LayoutTests/platform/linux/css2.1/20110323/block-non-replaced-height-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/block-non-replaced-height-008-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/linux/css2.1/20110323/block-non-replaced-height-008-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/css2.1/20110323/block-non-replaced-height-008-expected.txt
index b3e1ade0179a271309eea16864aee9353a76e8f2..2a4282d173c1597f94a48ce0f5ff5b84425778ca 100644
--- a/third_party/WebKit/LayoutTests/platform/linux/css2.1/20110323/block-non-replaced-height-008-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/linux/css2.1/20110323/block-non-replaced-height-008-expected.txt
@@ -9,7 +9,7 @@ layer at (8,8) size 769x339 clip at (8,8) size 754x324
text run at (0,0) width 255: "Test passes if there is a blue square below."
layer at (8,92) size 754x192
LayoutBlockFlow (relative positioned) {DIV} at (0,84) size 754x192
- LayoutBlockFlow {DIV} at (0,0) size 96x96 [bgcolor=#0000FF] [border: (48px solid #0000FF) none]
- LayoutBlockFlow {DIV} at (0,96) size 96x96 [bgcolor=#0000FF] [border: none (48px solid #0000FF) none]
+ LayoutBlockFlow {DIV} at (0,0) size 96x96 [bgcolor=#0000FF] [border: (48.00px solid #0000FF) none]
+ LayoutBlockFlow {DIV} at (0,96) size 96x96 [bgcolor=#0000FF] [border: none (48.00px solid #0000FF) none]
layer at (104,92) size 96x192
LayoutBlockFlow (positioned) {DIV} at (96,0) size 96x192 [bgcolor=#0000FF]

Powered by Google App Engine
This is Rietveld 408576698