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

Unified Diff: third_party/WebKit/LayoutTests/platform/linux/css2.1/20110323/absolute-replaced-height-036-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/absolute-replaced-height-036-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/linux/css2.1/20110323/absolute-replaced-height-036-expected.txt b/third_party/WebKit/LayoutTests/platform/linux/css2.1/20110323/absolute-replaced-height-036-expected.txt
index 54827991c1ff0de818f1b1a82bd72c138e74288d..59744fe2e1937403e4e6c2f3067029096d81c0f1 100644
--- a/third_party/WebKit/LayoutTests/platform/linux/css2.1/20110323/absolute-replaced-height-036-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/linux/css2.1/20110323/absolute-replaced-height-036-expected.txt
@@ -8,8 +8,8 @@ layer at (0,0) size 800x105
text run at (0,0) width 133: "There must be no red."
layer at (8,52) size 45x45
LayoutBlockFlow (relative positioned) {DIV} at (0,36) size 45x45
- LayoutBlockFlow {DIV} at (0,0) size 45x15 [border: none (15px solid #FF0000) none]
- LayoutBlockFlow {DIV} at (0,15) size 45x15 [border: none (15px solid #FF0000)]
+ LayoutBlockFlow {DIV} at (0,0) size 45x15 [border: none (15.00px solid #FF0000) none]
+ LayoutBlockFlow {DIV} at (0,15) size 45x15 [border: none (15.00px solid #FF0000)]
LayoutBlockFlow {DIV} at (15,30) size 15x15 [bgcolor=#FF0000]
layer at (8,67) size 15x15
LayoutImage (positioned) {IMG} at (0,15) size 15x15 [bgcolor=#FF0000]

Powered by Google App Engine
This is Rietveld 408576698