| Index: LayoutTests/animations/interpolation/sample-interpolation-template-reftest-expected.html
|
| diff --git a/LayoutTests/animations/interpolation/sample-interpolation-template-reftest-expected.html b/LayoutTests/animations/interpolation/sample-interpolation-template-reftest-expected.html
|
| deleted file mode 100644
|
| index 937984e52a43278aabca5e68fb5937f95fa003df..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/animations/interpolation/sample-interpolation-template-reftest-expected.html
|
| +++ /dev/null
|
| @@ -1,28 +0,0 @@
|
| -<html><head></head><body>
|
| -<style>
|
| -.target {
|
| - width: 100px;
|
| - height: 100px;
|
| - display: inline-block;
|
| -}
|
| -</style>
|
| -<template id="target-template">Text</template>
|
| -<div>
|
| - CSS Animations:<br>
|
| - <div class="target" id="test0" style="color: rgb(255, 0, 0);">Text</div>
|
| - <div class="target" id="test1" style="color: rgb(255, 0, 0);">Text</div>
|
| - <div class="target" id="test2" style="color: rgb(179, 38, 0);">Text</div>
|
| - <div class="target" id="test3" style="color: rgb(102, 77, 0);">Text</div>
|
| - <div class="target" id="test4" style="color: rgb(0, 128, 0);">Text</div>
|
| - <div class="target" id="test5" style="color: rgb(0, 192, 0);">Text</div>
|
| -</div>
|
| -<div>
|
| - Web Animations API:<br>
|
| - <div class="target" id="test0" style="color: rgb(255, 0, 0);">Text</div>
|
| - <div class="target" id="test1" style="color: rgb(255, 0, 0);">Text</div>
|
| - <div class="target" id="test2" style="color: rgb(179, 38, 0);">Text</div>
|
| - <div class="target" id="test3" style="color: rgb(102, 77, 0);">Text</div>
|
| - <div class="target" id="test4" style="color: rgb(0, 128, 0);">Text</div>
|
| - <div class="target" id="test5" style="color: rgb(0, 192, 0);">Text</div>
|
| -</div>
|
| -</body></html>
|
|
|