summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/document-policy/experimental-features/resources/animation-property-height.js
blob: 79316cb488fade6e877c690f90c74961ff944f52 (plain)
1
2
3
let div = document.createElement("div");
document.body.appendChild(div);
div.animate([{"height": "0px"}, {"height": "100px"}]);