1 <svg xmlns=
"http://www.w3.org/2000/svg" width=
"10" height=
"10">
3 <style type=
"text/css"><![CDATA[
6 -webkit-animation: keyframes
0.01s;
7 -webkit-animation-fill-mode: forwards;
8 -webkit-animation-timing-function: step-end;
10 @-webkit-keyframes keyframes {
12 /* To prevent flakiness, rapidly switch to green */
18 <rect id=
"square" width=
"5" height=
"5" x=
"5" y=
"5"></rect>