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

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

Issue 1882383002: Fix Javascript bugs in animation LayoutTests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@_failOnUncaughtError
Patch Set: Rebased Created 4 years, 8 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 | « third_party/WebKit/LayoutTests/animations/svg-attribute-composition/svg-mode-composition.html ('k') | no next file » | 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-targetX-targetY-composition.html
diff --git a/third_party/WebKit/LayoutTests/animations/svg-attribute-composition/svg-targetX-targetY-composition.html b/third_party/WebKit/LayoutTests/animations/svg-attribute-composition/svg-targetX-targetY-composition.html
index 91ab8cde4791ae6a30f9c8877933b0e8a959f4d3..6a2b013c33d6665bd59a0b8ed8de02075177ddcc 100644
--- a/third_party/WebKit/LayoutTests/animations/svg-attribute-composition/svg-targetX-targetY-composition.html
+++ b/third_party/WebKit/LayoutTests/animations/svg-attribute-composition/svg-targetX-targetY-composition.html
@@ -14,7 +14,7 @@ assertAttributeInterpolation({
underlying: '128',
from: '-32',
fromComposite: 'add',
- to: '1029'
+ to: '1029',
toComposite: 'add',
}, [
{at: -0.4, is: -328},
@@ -30,7 +30,7 @@ assertAttributeInterpolation({
underlying: '-37',
from: '18',
fromComposite: 'replace',
- to: '1'
+ to: '1',
toComposite: 'add',
}, [
{at: -0.4, is: 40},
@@ -44,7 +44,8 @@ assertAttributeInterpolation({
assertAttributeInterpolation({
property: 'targetX',
underlying: '2',
- to: '-99'
+ from: neutralKeyframe,
+ to: '-99',
toComposite: 'replace',
}, [
{at: -0.4, is: 42},
@@ -61,7 +62,7 @@ assertAttributeInterpolation({
underlying: '128',
from: '-32',
fromComposite: 'add',
- to: '1029'
+ to: '1029',
toComposite: 'add',
}, [
{at: -0.4, is: -328},
@@ -77,7 +78,7 @@ assertAttributeInterpolation({
underlying: '-37',
from: '18',
fromComposite: 'replace',
- to: '1'
+ to: '1',
toComposite: 'add',
}, [
{at: -0.4, is: 40},
@@ -91,7 +92,8 @@ assertAttributeInterpolation({
assertAttributeInterpolation({
property: 'targetY',
underlying: '2',
- to: '-99'
+ from: neutralKeyframe,
+ to: '-99',
toComposite: 'replace',
}, [
{at: -0.4, is: 42},
« no previous file with comments | « third_party/WebKit/LayoutTests/animations/svg-attribute-composition/svg-mode-composition.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698