| Index: third_party/WebKit/LayoutTests/animations/zoom-responsive-transform-animation.html
|
| diff --git a/third_party/WebKit/LayoutTests/animations/zoom-responsive-transform-animation.html b/third_party/WebKit/LayoutTests/animations/zoom-responsive-transform-animation.html
|
| index dda23df93babc63fd7dd308d91cd5481db189f07..7a470365c2d195928ebe5987d94edcf614d8c410 100644
|
| --- a/third_party/WebKit/LayoutTests/animations/zoom-responsive-transform-animation.html
|
| +++ b/third_party/WebKit/LayoutTests/animations/zoom-responsive-transform-animation.html
|
| @@ -38,6 +38,8 @@
|
| container.appendChild(text);
|
|
|
| var target = document.createElement('div');
|
| + // The element must have some painted content in order to be composited.
|
| + target.textContent = 'x';
|
| target.classList.add('target');
|
| container.appendChild(target);
|
| target.animate([
|
|
|