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

Unified Diff: third_party/WebKit/LayoutTests/animations/svg-attribute-composition/svg-points-composition.html

Issue 1635363002: Fix double composition bug in "points" SVG attribute animation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/animations/svg-attribute-composition/svg-points-composition-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/animations/svg-attribute-composition/svg-points-composition.html
diff --git a/third_party/WebKit/LayoutTests/animations/svg-attribute-composition/svg-points-composition.html b/third_party/WebKit/LayoutTests/animations/svg-attribute-composition/svg-points-composition.html
index 5d1217c65d01b3071445da13c03c228107f989e6..43fcb6222ad09806105ef9980d8d8eba81eff900 100644
--- a/third_party/WebKit/LayoutTests/animations/svg-attribute-composition/svg-points-composition.html
+++ b/third_party/WebKit/LayoutTests/animations/svg-attribute-composition/svg-points-composition.html
@@ -36,9 +36,9 @@ assertAttributeInterpolation({
{at: -0.4, is: '50 50, 50 50'},
{at: 0, is: '50 50, 50 50'},
{at: 0.2, is: '50 50, 50 50'},
- {at: 0.6, is: '180 180, -20 -20, 100 100'},
- {at: 1, is: '180 180, -20 -20, 100 100'},
- {at: 1.4, is: '180 180, -20 -20, 100 100'},
+ {at: 0.6, is: '90 90, -10 -10, 50 50'},
+ {at: 1, is: '90 90, -10 -10, 50 50'},
+ {at: 1.4, is: '90 90, -10 -10, 50 50'},
]);
assertAttributeInterpolation({
@@ -49,12 +49,12 @@ assertAttributeInterpolation({
to: '90 90, -10 -10',
toComposite: 'add',
}, [
- {at: -0.4, is: '80 80'},
- {at: 0, is: '80 80'},
- {at: 0.2, is: '80 80'},
- {at: 0.6, is: '180 180, -20 -20'},
- {at: 1, is: '180 180, -20 -20'},
- {at: 1.4, is: '180 180, -20 -20'},
+ {at: -0.4, is: '40 40'},
+ {at: 0, is: '40 40'},
+ {at: 0.2, is: '40 40'},
+ {at: 0.6, is: '90 90, -10 -10'},
+ {at: 1, is: '90 90, -10 -10'},
+ {at: 1.4, is: '90 90, -10 -10'},
]);
assertAttributeInterpolation({
@@ -97,9 +97,9 @@ assertAttributeInterpolation({
to: '90 90, -10 -10',
toComposite: 'replace',
}, [
- {at: -0.4, is: '80 80'},
- {at: 0, is: '80 80'},
- {at: 0.2, is: '80 80'},
+ {at: -0.4, is: '40 40'},
+ {at: 0, is: '40 40'},
+ {at: 0.2, is: '40 40'},
{at: 0.6, is: '90 90, -10 -10'},
{at: 1, is: '90 90, -10 -10'},
{at: 1.4, is: '90 90, -10 -10'},
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/animations/svg-attribute-composition/svg-points-composition-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698