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

Unified Diff: LayoutTests/animations/interpolation/object-position-interpolation.html

Issue 1325783004: Changed CSSPropertyObjectPosition to use legacy interpolation (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 4 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 | Source/core/animation/StringKeyframe.cpp » ('j') | Source/core/animation/StringKeyframe.cpp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/animations/interpolation/object-position-interpolation.html
diff --git a/LayoutTests/animations/interpolation/object-position-interpolation.html b/LayoutTests/animations/interpolation/object-position-interpolation.html
index 2b55a161c1cd553a8e0c7113df0205fa751aac15..c2cdac689eb6bbb7ba664e707713ad23485a83ac 100644
--- a/LayoutTests/animations/interpolation/object-position-interpolation.html
+++ b/LayoutTests/animations/interpolation/object-position-interpolation.html
@@ -129,5 +129,15 @@ assertInterpolation({
{at: 1, is: '100% 0%'},
{at: 1.5, is: '125% -25%'}
]);
+
+// Bug 526738: Check that an element can be animated from a pair to a pair of pairs
alancutter (OOO until 2018) 2015/09/01 03:38:45 No need to add comment, git blame will be sufficie
sashab 2015/09/01 04:49:03 Done.
+assertInterpolation({
+ property: 'object-position',
+ from: 'center',
+ to: 'right bottom 100%',
+}, [
+ {at: 0, is: 'center'},
+ {at: 1, is: 'right bottom 100%'},
+]);
alancutter (OOO until 2018) 2015/09/01 03:38:45 0 and 1 don't really test interpolation at all, we
sashab 2015/09/01 04:49:03 Done.
</script>
</body>
« no previous file with comments | « no previous file | Source/core/animation/StringKeyframe.cpp » ('j') | Source/core/animation/StringKeyframe.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698