radio & checkbox GC test

Below are a radio button, a checkbox, and a text input - all with generated content added via input:before. At this time it appears radio button and checkboxes do not display this generated content when the css rule is added past a certain point post page load/draw. All other fields I've incountered (including text shown here) work fine. [test produced off 2003082403]

test 1 - :before set via static css [working]



test 2 - :before set via js on page load [working]



test 3 - :before set via js after load (setTimeout) [dont work]