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

Unified Diff: LayoutTests/animations/interpolation/float-interpolation.html

Issue 1217983003: Allow animation of non-interpolable properties in CSS Animations (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebased Created 5 years, 6 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 | LayoutTests/animations/interpolation/non-animatable-interpolation.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/animations/interpolation/float-interpolation.html
diff --git a/LayoutTests/animations/interpolation/float-interpolation.html b/LayoutTests/animations/interpolation/float-interpolation.html
new file mode 100644
index 0000000000000000000000000000000000000000..acce4c8ab3d97ca6c53fab3ea39354e068d5476c
--- /dev/null
+++ b/LayoutTests/animations/interpolation/float-interpolation.html
@@ -0,0 +1,16 @@
+<!DOCTYPE html>
+<meta charset="UTF-8">
+<style>
+.expected { color: green; }
+</style>
+<body>
+<script src="resources/interpolation-test.js"></script>
+<template id="target-template">float</template>
+<script>
+assertNoInterpolation({
+ property: 'float',
+ from: 'left',
+ to: 'right',
+});
+</script>
+</body>
« no previous file with comments | « no previous file | LayoutTests/animations/interpolation/non-animatable-interpolation.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698