| Index: LayoutTests/animations/interpolation/background-color-interpolation-unset.html
|
| diff --git a/LayoutTests/animations/interpolation/background-color-interpolation-unset.html b/LayoutTests/animations/interpolation/background-color-interpolation-unset.html
|
| deleted file mode 100644
|
| index 5a3c3b59a92f2f5cf5bfdfa616e585ef0377a831..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/animations/interpolation/background-color-interpolation-unset.html
|
| +++ /dev/null
|
| @@ -1,33 +0,0 @@
|
| -<!DOCTYPE html>
|
| -<meta charset="UTF-8">
|
| -<style>
|
| -.target {
|
| - width: 60px;
|
| - height: 60px;
|
| - display: inline-block;
|
| - border: 2px solid black;
|
| - margin-right: 2px;
|
| - background-color: red;
|
| -}
|
| -.expected {
|
| - background-color: green;
|
| - margin-right: 15px;
|
| -}
|
| -</style>
|
| -<body>
|
| -<script src="resources/interpolation-test.js"></script>
|
| -<script>
|
| -assertInterpolation({
|
| - property: 'background-color',
|
| - from: 'unset',
|
| - to: 'transparent'
|
| -}, [
|
| - {at: -0.3, is: 'transparent'},
|
| - {at: 0, is: 'transparent'},
|
| - {at: 0.3, is: 'transparent'},
|
| - {at: 0.6, is: 'transparent'},
|
| - {at: 1, is: 'transparent'},
|
| - {at: 1.5, is: 'transparent'},
|
| -]);
|
| -</script>
|
| -</body>
|
|
|