Index: third_party/WebKit/LayoutTests/external/wpt/web-animations/interfaces/AnimationEffectTiming/getComputedStyle.html |
diff --git a/third_party/WebKit/LayoutTests/external/wpt/web-animations/interfaces/AnimationEffectTiming/getComputedStyle.html b/third_party/WebKit/LayoutTests/external/wpt/web-animations/interfaces/AnimationEffectTiming/getComputedStyle.html |
index d6503a4314cffbb0d70c1ab3ce6624debfe571fa..cfc233f0e981d3d190d2d336db4f7bd3c2af1ca4 100644 |
--- a/third_party/WebKit/LayoutTests/external/wpt/web-animations/interfaces/AnimationEffectTiming/getComputedStyle.html |
+++ b/third_party/WebKit/LayoutTests/external/wpt/web-animations/interfaces/AnimationEffectTiming/getComputedStyle.html |
@@ -166,7 +166,7 @@ test(function(t) { |
assert_equals(getComputedStyle(div).opacity, '1', |
'change direction from "normal" to "reverse" ' + |
'at the starting point'); |
-}, 'change direction from "normal" to "reverse"'); |
+}, 'change direction from "normal" to "reverse" when currentTime is 0'); |
</script> |
</body> |