1 This test passes if it does not crash.
5 <option id=
"testA"></option>
10 <option id=
"testB"></option>
15 <option id=
"testC"></option>
20 if (window
.testRunner
)
21 testRunner
.dumpAsText();
22 testA
.animate([{fontSize
: 'large'}, {fontSize
: '24px'}], 1000);
23 testB
.animate([{fontSize
: '6rem'}, {fontSize
: 'x-large'}], 1000);
24 testC
.animate([{outlineColor
: 'invert'}, {outlineColor
: 'inherit'}], 1000);