Index: third_party/WebKit/LayoutTests/virtual/threaded/animations/element-animate-positive-delay.html |
diff --git a/third_party/WebKit/LayoutTests/virtual/threaded/animations/element-animate-positive-delay.html b/third_party/WebKit/LayoutTests/virtual/threaded/animations/element-animate-positive-delay.html |
index 43503086f33d4be647f204ec6c89c42da64d11dd..c58def48442af43bb7372641c4e3e5f70293884b 100644 |
--- a/third_party/WebKit/LayoutTests/virtual/threaded/animations/element-animate-positive-delay.html |
+++ b/third_party/WebKit/LayoutTests/virtual/threaded/animations/element-animate-positive-delay.html |
@@ -1,7 +1,7 @@ |
<!DOCTYPE html> |
<script src="../../../resources/testharness.js"></script> |
<script src="../../../resources/testharnessreport.js"></script> |
-<div id="target"></div> |
+<div id="target">x</div> |
<script> |
promise_test(function() { |
var animation = target.animate({ |