Index: third_party/WebKit/LayoutTests/virtual/threaded/animations/compositor-independent-transform-properties.html |
diff --git a/third_party/WebKit/LayoutTests/virtual/threaded/animations/compositor-independent-transform-properties.html b/third_party/WebKit/LayoutTests/virtual/threaded/animations/compositor-independent-transform-properties.html |
index 3bd733315ec883179f7d910b326213f32c5448b2..81efc4e6643607444d15843d599d308d3d7e7e5a 100644 |
--- a/third_party/WebKit/LayoutTests/virtual/threaded/animations/compositor-independent-transform-properties.html |
+++ b/third_party/WebKit/LayoutTests/virtual/threaded/animations/compositor-independent-transform-properties.html |
@@ -7,6 +7,9 @@ |
<script> |
function assertComposited(properties, isComposited) { |
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 properties = typeof properties == "string" ? [properties] : properties; |