Index: third_party/WebKit/LayoutTests/animations/invalid-decompose-invert.html |
diff --git a/third_party/WebKit/LayoutTests/animations/invalid-decompose-invert.html b/third_party/WebKit/LayoutTests/animations/invalid-decompose-invert.html |
deleted file mode 100644 |
index ea8a8d2892cab7cbe33619289a88da98a427129d..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/animations/invalid-decompose-invert.html |
+++ /dev/null |
@@ -1,10 +0,0 @@ |
-<script src="../resources/testharness.js"></script> |
-<script src="../resources/testharnessreport.js"></script> |
-<div id="target"></div> |
-<script> |
-var asyncHandle = async_test('Don\'t crash MSAN when decomposing a matrix that has an invalid inversion step.'); |
-target.animate([{"transform":"matrix3d( 0.9 , 0.9 , -0.1 , 66.33333333 , 0.9 , 0.3 , -0.1 , 0.1 , 0.9 , -1 , 9.5 , 0.9 , 1.5 , 0.3 , 0.3 , 1000 ) matrix( 0.3 , -0.1 , 0.3 , 66.33333333 , 9.5 , 1.5 ) rotateY( 45deg )"},{"transform":"none"},{"transform":"none"}], {"duration":2652.899310924113}); |
-requestAnimationFrame(function() { |
- asyncHandle.done(); |
-}); |
-</script> |