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

Unified Diff: LayoutTests/animations/interpolation/sample-interpolation-template-reftest.html

Issue 203723005: Web Animations API: Update interpolation test harness to test element.animate() (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebased and added rounding to numbers that get displayed Created 6 years, 9 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: LayoutTests/animations/interpolation/sample-interpolation-template-reftest.html
diff --git a/LayoutTests/animations/interpolation/sample-interpolation-template-reftest.html b/LayoutTests/animations/interpolation/sample-interpolation-template-reftest.html
index 03a96fb28e6a37a1f5aef33fa83dd687b75f57b9..6fdde36cb2781e51f0312252bbd68c6b3d300087 100644
--- a/LayoutTests/animations/interpolation/sample-interpolation-template-reftest.html
+++ b/LayoutTests/animations/interpolation/sample-interpolation-template-reftest.html
@@ -12,8 +12,8 @@
<script>
runAsRefTest();
testInterpolationAt([-0.3, 0, 0.3, 0.6, 1, 1.5], {
- property: '-webkit-transform',
- from: 'rotate(0deg)',
- to: 'rotate(180deg)'
+ property: 'color',
+ from: 'red',
+ to: 'green'
});
</script>

Powered by Google App Engine
This is Rietveld 408576698