gecko-dev/layout/style/crashtests/1377053-1.html
Brian Birtles 462794f6fe Bug 1377053 - Crash test for interpolating zero-length lists in add_weighted; r=hiro
MozReview-Commit-ID: DJJlKNZ4GKD

--HG--
extra : rebase_source : a62c269e93ad9840eb50f3acea06c9764658385d
2017-07-06 06:28:11 +09:00

11 lines
122 B
HTML

<!doctype html>
<style>
div {
animation: t 1s;
}
@keyframes t {
to { stroke-dasharray: none; }
}
</style>
<div></div>