2008-11-04 Anders Carlsson <andersca@apple.com>
[webkit/qt.git] / LayoutTests / fast / dom / css-RGBValue-expected.txt
blob09bfc81125cc1d0cec0996a3eb112e07e99678a8
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
11 TEST COMPLETE