1 This test ensures that objects RGBColor objects return the correct values.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS window.getComputedStyle(element, '').getPropertyCSSValue('color').getRGBColorValue().red.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 10
7 PASS window.getComputedStyle(element, '').getPropertyCSSValue('color').getRGBColorValue().green.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 20
8 PASS window.getComputedStyle(element, '').getPropertyCSSValue('color').getRGBColorValue().blue.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 30
9 PASS successfullyParsed is true