Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(38)

Side by Side Diff: third_party/WebKit/LayoutTests/animations/stability/invalid-decompose-invert.html

Issue 2966953002: Move animations crash tests to subdirectory (Closed)
Patch Set: Rename crash-tests/ to stability/ Created 3 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 <script src="../resources/testharness.js"></script> 1 <script src="../../resources/testharness.js"></script>
2 <script src="../resources/testharnessreport.js"></script> 2 <script src="../../resources/testharnessreport.js"></script>
3 <div id="target"></div> 3 <div id="target"></div>
4 <script> 4 <script>
5 var asyncHandle = async_test('Don\'t crash MSAN when decomposing a matrix that h as an invalid inversion step.'); 5 var asyncHandle = async_test('Don\'t crash MSAN when decomposing a matrix that h as an invalid inversion step.');
6 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}); 6 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});
7 requestAnimationFrame(function() { 7 requestAnimationFrame(function() {
8 asyncHandle.done(); 8 asyncHandle.done();
9 }); 9 });
10 </script> 10 </script>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698