Index: third_party/WebKit/LayoutTests/animations/animation-duration-infinite-expected.html |
diff --git a/third_party/WebKit/LayoutTests/animations/animation-duration-infinite-expected.html b/third_party/WebKit/LayoutTests/animations/animation-duration-infinite-expected.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..d4c112a7f582b0c3e6630c6b0255b6dc8c1645e9 |
--- /dev/null |
+++ b/third_party/WebKit/LayoutTests/animations/animation-duration-infinite-expected.html |
@@ -0,0 +1,10 @@ |
+<!DOCTYPE html> |
+<div id='target'></div> |
+<style type="text/css"> |
+ #target { |
+ background-color: black; |
+ width: 100px; |
+ height: 100px; |
+ opacity: 0.75; |
+ } |
+</style> |