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

Side by Side Diff: LayoutTests/animations/interpolation/sample-interpolation-reftest.html

Issue 1022723002: Remove unused interpolation reftest functionality (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <body>
3 <style>
4 .target {
5 width: 100px;
6 height: 100px;
7 background-color: black;
8 display: inline-block;
9 }
10 </style>
11 <script src="resources/interpolation-test.js"></script>
12 <script>
13 runAsRefTest();
14 testInterpolationAt([-0.3, 0, 0.3, 0.6, 1, 1.5], {
15 property: 'opacity',
16 from: '0',
17 to: '1'
18 });
19 </script>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698