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

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

Issue 2640143005: Support subpixel layout for borders. (Closed)
Patch Set: Rebaselined tests. Created 3 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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/borders/border-image-width-rounding-expected.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 bf5f89c5a3779f530b415a16f3cde8e1a58be5b6..b9733f4a1ae9512b21e485f55abc1607de98c72c 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 | « no previous file | third_party/WebKit/LayoutTests/fast/borders/border-image-width-rounding-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698