| Index: third_party/WebKit/LayoutTests/animations/webkit-perspective.html
|
| diff --git a/third_party/WebKit/LayoutTests/animations/webkit-perspective.html b/third_party/WebKit/LayoutTests/animations/webkit-perspective.html
|
| deleted file mode 100644
|
| index d36c7ebe7c844c8d94852a1e3b193f1ade8beeb8..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/animations/webkit-perspective.html
|
| +++ /dev/null
|
| @@ -1,24 +0,0 @@
|
| -<!DOCTYPE html>
|
| -<style>
|
| -#perspective {
|
| - -webkit-animation: anim 1s infinite;
|
| - height: 150px;
|
| - width: 150px;
|
| - margin: 50px;
|
| - padding: 10px;
|
| -}
|
| -@-webkit-keyframes anim {
|
| - 0% { -webkit-perspective: 150px; }
|
| - 100% { -webkit-perspective: 150px; }
|
| -}
|
| -#transform {
|
| - width: 150px;
|
| - height: 150px;
|
| - background: blue;
|
| - transform: rotateY(45deg);
|
| -}
|
| -</style>
|
| -<div id="perspective">
|
| - <div id="transform">
|
| - </div>
|
| -</div>
|
|
|