Check parameters set via stylesheet:
Alert the 'paddingRight' property of the red paragraph (returns '0px' in FF, should be '10px')
Alert the 'padding' property of the red paragraph (returns empty string in FF, should be '10px')
Check parameters set inline in P element:
Alert the 'width' property of the red paragraph (returns '150px', correct)
Alert the 'borderColor' property of the red paragraph (returns 'red', 'red red red red' or '#ff0000', correct)