| Index: third_party/WebKit/LayoutTests/animations/empty-keyframes-composited.html
|
| diff --git a/third_party/WebKit/LayoutTests/animations/empty-keyframes-composited.html b/third_party/WebKit/LayoutTests/animations/empty-keyframes-composited.html
|
| deleted file mode 100644
|
| index 3857f85d5cf0a1c6f83c451abdb29dbad2bf006d..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/animations/empty-keyframes-composited.html
|
| +++ /dev/null
|
| @@ -1,20 +0,0 @@
|
| -<!DOCTYPE html>
|
| -
|
| -<style>
|
| -p {
|
| - transform: rotateX(0deg);
|
| - animation: 1s test;
|
| -}
|
| -@keyframes test {
|
| - 0% {
|
| - }
|
| -}
|
| -</style>
|
| -
|
| -<p>Tests an animation where all keyframes are empty, applied to an element which is composited.
|
| -<p>This test passes if it doesn't crash.
|
| -
|
| -<script>
|
| -if (window.testRunner)
|
| - testRunner.dumpAsText();
|
| -</script>
|
|
|