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

Unified Diff: third_party/WebKit/Source/core/css/CSSProperties.in

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: Added trivial tests safe to rebaseline to TestExpectations Created 4 years, 10 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/Source/core/css/CSSProperties.in
diff --git a/third_party/WebKit/Source/core/css/CSSProperties.in b/third_party/WebKit/Source/core/css/CSSProperties.in
index 15ef4bbe20dee7010d969303887c710383f25c99..e4da6c1b697dc8890c731fd5ba83e181d4d7e6e8 100644
--- a/third_party/WebKit/Source/core/css/CSSProperties.in
+++ b/third_party/WebKit/Source/core/css/CSSProperties.in
@@ -132,7 +132,7 @@ border-bottom-color interpolable, custom_all
border-bottom-left-radius interpolable, initial=initialBorderRadius, converter=convertRadius
border-bottom-right-radius interpolable, initial=initialBorderRadius, converter=convertRadius
border-bottom-style type_name=EBorderStyle, initial=initialBorderStyle
-border-bottom-width interpolable, initial=initialBorderWidth, converter=convertLineWidth<unsigned>
+border-bottom-width interpolable, initial=initialBorderWidth, converter=convertLineWidth<float>
border-collapse inherited
border-image-outset interpolable, custom_all
border-image-repeat custom_all
@@ -141,15 +141,15 @@ border-image-source interpolable, custom_value
border-image-width interpolable, custom_all
border-left-color interpolable, custom_all
border-left-style type_name=EBorderStyle, initial=initialBorderStyle
-border-left-width interpolable, initial=initialBorderWidth, converter=convertLineWidth<unsigned>
+border-left-width interpolable, initial=initialBorderWidth, converter=convertLineWidth<float>
border-right-color interpolable, custom_all
border-right-style type_name=EBorderStyle, initial=initialBorderStyle
-border-right-width interpolable, initial=initialBorderWidth, converter=convertLineWidth<unsigned>
+border-right-width interpolable, initial=initialBorderWidth, converter=convertLineWidth<float>
border-top-color interpolable, custom_all
border-top-left-radius interpolable, initial=initialBorderRadius, converter=convertRadius
border-top-right-radius interpolable, initial=initialBorderRadius, converter=convertRadius
border-top-style type_name=EBorderStyle, initial=initialBorderStyle
-border-top-width interpolable, initial=initialBorderWidth, converter=convertLineWidth<unsigned>
+border-top-width interpolable, initial=initialBorderWidth, converter=convertLineWidth<float>
bottom interpolable, initial=initialOffset, converter=convertLengthOrAuto
box-shadow interpolable, converter=convertShadow
box-sizing

Powered by Google App Engine
This is Rietveld 408576698