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

Unified Diff: third_party/WebKit/LayoutTests/platform/linux/css2.1/20110323/block-non-replaced-height-007-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-007-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/linux/css2.1/20110323/block-non-replaced-height-007-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/css2.1/20110323/block-non-replaced-height-007-expected.txt
index c810c0f0179d4a10f0aca85bd08c727ca9bf1cf4..08eedd2bdb9a5e63b6b97f01f59cb5346d77b100 100644
--- a/third_party/WebKit/LayoutTests/platform/linux/css2.1/20110323/block-non-replaced-height-007-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/linux/css2.1/20110323/block-non-replaced-height-007-expected.txt
@@ -8,7 +8,7 @@ layer at (0,0) size 800x324
text run at (0,0) width 255: "Test passes if there is a blue square below."
layer at (8,84) size 784x192
LayoutBlockFlow (relative positioned) {DIV} at (0,68) size 784x192
- 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,84) size 96x192
LayoutBlockFlow (positioned) {DIV} at (96,0) size 96x192 [bgcolor=#0000FF]

Powered by Google App Engine
This is Rietveld 408576698