summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/core/animation/test_data/scale-animation.html
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/blink/renderer/core/animation/test_data/scale-animation.html')
-rw-r--r--chromium/third_party/blink/renderer/core/animation/test_data/scale-animation.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/chromium/third_party/blink/renderer/core/animation/test_data/scale-animation.html b/chromium/third_party/blink/renderer/core/animation/test_data/scale-animation.html
index 22e197dc79d..4e4fec2df0e 100644
--- a/chromium/third_party/blink/renderer/core/animation/test_data/scale-animation.html
+++ b/chromium/third_party/blink/renderer/core/animation/test_data/scale-animation.html
@@ -8,6 +8,9 @@
.animate {
animation-name: test;
animation-duration: 1s;
+ width: 10px;
+ height: 10px;
+ background: green;
}
</style>
<div id="target" class="animate">TARGET</div>