Bug 1883861 - Part 1: Move visitMemoryBarrier into the common CodeGenerator file...
[gecko.git] / layout / style / crashtests / 1377053-1.html
blob829a36128d7bfcd0e35b2f4e5d98d4790b6cee0a
1 <!doctype html>
2 <style>
3 div {
4 animation: t 1s;
6 @keyframes t {
7 to { stroke-dasharray: none; }
9 </style>
10 <div></div>