servo/tests/wpt/web-platform-tests/feature-policy/experimental-features/resources/animation-property-height.js

3 lines
128 B
JavaScript

let div = document.createElement("div");
document.body.appendChild(div);
div.animate([{"height": "0px"}, {"height": "100px"}]);