Index: third_party/WebKit/LayoutTests/virtual/threaded/animations/composited-animation-independent-transform-cancel.html |
diff --git a/third_party/WebKit/LayoutTests/virtual/threaded/animations/composited-animation-independent-transform-cancel.html b/third_party/WebKit/LayoutTests/virtual/threaded/animations/composited-animation-independent-transform-cancel.html |
index 35e8172bab738c8aa2903ca2d095dd9c4958875e..81e30830099036501a317e20bcb25b0d825bb9cb 100644 |
--- a/third_party/WebKit/LayoutTests/virtual/threaded/animations/composited-animation-independent-transform-cancel.html |
+++ b/third_party/WebKit/LayoutTests/virtual/threaded/animations/composited-animation-independent-transform-cancel.html |
@@ -17,6 +17,9 @@ var keyframeValueMap = { |
cancelProperty is animated on the element */ |
function assertAnimationComposited(compositableProperty, cancelProperty, isStillComposited) { |
var element = document.createElement('div'); |
+ // The element must have some painted content in order to be |
+ // composited when animated in SPv2. |
+ element.innerText = 'x'; |
document.getElementById('parent').appendChild(element); |
var keyframe = {}; |