Index: LayoutTests/web-animations-api/w3c/simple-keyframes.html |
diff --git a/LayoutTests/web-animations-api/w3c/simple-keyframes.html b/LayoutTests/web-animations-api/w3c/simple-keyframes.html |
index fee77a185293f826f03d3841b42079366bf5fbfe..ea534ee826f94855bc53acbc38e0ba626edb0487 100644 |
--- a/LayoutTests/web-animations-api/w3c/simple-keyframes.html |
+++ b/LayoutTests/web-animations-api/w3c/simple-keyframes.html |
@@ -3,7 +3,7 @@ |
<script src="../../resources/testharnessreport.js"></script> |
<script src="resources/keyframes-test.js"></script> |
<script> |
-test(function() { |
+testInRAF(function() { |
assertAnimationStyles([ |
{opacity: '0.25', left: '25px'}, |
{opacity: '0.75', left: '75px'}, |
@@ -21,7 +21,7 @@ test(function() { |
author: 'Alan Cutter', |
}); |
-test(function() { |
+testInRAF(function() { |
assertAnimationStyles([ |
{opacity: '0', left: '0px'}, |
{opacity: '0.25', left: '25px'}, |