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

Unified Diff: third_party/WebKit/LayoutTests/animations/interpolation/border-width-interpolation.html

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/LayoutTests/animations/interpolation/border-width-interpolation.html
diff --git a/third_party/WebKit/LayoutTests/animations/interpolation/border-width-interpolation.html b/third_party/WebKit/LayoutTests/animations/interpolation/border-width-interpolation.html
index 1826c0ce80d407c4a1af6a66cd894354f6a14231..9ce2f765467116c376c66c66cf7615ae1c82288d 100644
--- a/third_party/WebKit/LayoutTests/animations/interpolation/border-width-interpolation.html
+++ b/third_party/WebKit/LayoutTests/animations/interpolation/border-width-interpolation.html
@@ -40,10 +40,10 @@ assertInterpolation({
}, [
{at: -0.3, is: '0px'},
{at: 0, is: '3px'},
- {at: 0.3, is: '8px'},
- {at: 0.6, is: '13px'},
+ {at: 0.3, is: '8.1px'},
+ {at: 0.6, is: '13.2px'},
{at: 1, is: '20px'},
- {at: 1.5, is: '28px'},
+ {at: 1.5, is: '28.5px'},
]);
assertInterpolation({
@@ -66,10 +66,10 @@ assertInterpolation({
}, [
{at: -0.3, is: '0px'},
{at: 0, is: '3px'},
- {at: 0.3, is: '8px'},
- {at: 0.6, is: '13px'},
+ {at: 0.3, is: '8.1px'},
+ {at: 0.6, is: '13.2px'},
{at: 1, is: '20px'},
- {at: 1.5, is: '28px'},
+ {at: 1.5, is: '28.5px'},
]);
assertInterpolation({
« no previous file with comments | « third_party/WebKit/LayoutTests/TestExpectations ('k') | third_party/WebKit/Source/core/css/CSSProperties.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698