Index: third_party/WebKit/LayoutTests/imported/wpt/web-animations/timing-model/animations/current-time.html |
diff --git a/third_party/WebKit/LayoutTests/imported/wpt/web-animations/timing-model/animations/current-time.html b/third_party/WebKit/LayoutTests/imported/wpt/web-animations/timing-model/animations/current-time.html |
index efc7ba78b968d55883a61f08d0fba94fa988288c..df7228f43f5c67544edc41116232b5be0fdbdd72 100644 |
--- a/third_party/WebKit/LayoutTests/imported/wpt/web-animations/timing-model/animations/current-time.html |
+++ b/third_party/WebKit/LayoutTests/imported/wpt/web-animations/timing-model/animations/current-time.html |
@@ -45,7 +45,7 @@ test(function(t) { |
}, 'The current time is unresolved when the start time is unresolved ' + |
'(and no hold time is set)'); |
-promise_test(function(t) { |
+test(function(t) { |
var animation = |
new Animation(new KeyframeEffect(createDiv(t), null, 100 * MS_PER_SEC), |
document.timeline); |