tizen beta release
[framework/web/webkit-efl.git] / LayoutTests / fast / css / CSSPrimitiveValue-exceptions-expected.txt
1 This tests that the methods on CSSPrimitiveValue throw exceptions
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
4
5
6 PASS div.style.getPropertyCSSValue('width').getFloatValue(CSSPrimitiveValue.CSS_UNKNOWN) threw exception Error: INVALID_ACCESS_ERR: DOM Exception 15.
7 PASS div.style.getPropertyCSSValue('width').getFloatValue(CSSPrimitiveValue.CSS_STRING) threw exception Error: INVALID_ACCESS_ERR: DOM Exception 15.
8 PASS div.style.getPropertyCSSValue('width').getFloatValue(CSSPrimitiveValue.CSS_HZ) threw exception Error: INVALID_ACCESS_ERR: DOM Exception 15.
9 PASS div.style.getPropertyCSSValue('width').getFloatValue(CSSPrimitiveValue.CSS_S) threw exception Error: INVALID_ACCESS_ERR: DOM Exception 15.
10 PASS div.style.getPropertyCSSValue('width').getFloatValue(CSSPrimitiveValue.CSS_RAD) threw exception Error: INVALID_ACCESS_ERR: DOM Exception 15.
11 PASS div.style.getPropertyCSSValue('width').getFloatValue(CSSPrimitiveValue.CSS_PERCENTAGE) threw exception Error: INVALID_ACCESS_ERR: DOM Exception 15.
12 PASS div.style.getPropertyCSSValue('height').getFloatValue(CSSPrimitiveValue.CSS_PX) threw exception Error: INVALID_ACCESS_ERR: DOM Exception 15.
13 PASS div.style.getPropertyCSSValue('height').getFloatValue(CSSPrimitiveValue.CSS_DEG) threw exception Error: INVALID_ACCESS_ERR: DOM Exception 15.
14 PASS div.style.getPropertyCSSValue('clip').primitiveType is CSSPrimitiveValue.CSS_RECT
15 PASS div.style.getPropertyCSSValue('clip').getFloatValue(CSSPrimitiveValue.CSS_PX) threw exception Error: INVALID_ACCESS_ERR: DOM Exception 15.
16 PASS div.style.getPropertyCSSValue('clip').getStringValue() threw exception Error: INVALID_ACCESS_ERR: DOM Exception 15.
17 PASS div.style.getPropertyCSSValue('clip').getCounterValue() threw exception Error: INVALID_ACCESS_ERR: DOM Exception 15.
18 PASS div.style.getPropertyCSSValue('clip').getRGBColorValue() threw exception Error: INVALID_ACCESS_ERR: DOM Exception 15.
19 PASS div.style.getPropertyCSSValue('color').primitiveType is CSSPrimitiveValue.CSS_RGBCOLOR
20 PASS div.style.getPropertyCSSValue('color').getFloatValue(CSSPrimitiveValue.CSS_PX) threw exception Error: INVALID_ACCESS_ERR: DOM Exception 15.
21 PASS div.style.getPropertyCSSValue('color').getStringValue() threw exception Error: INVALID_ACCESS_ERR: DOM Exception 15.
22 PASS div.style.getPropertyCSSValue('color').getCounterValue() threw exception Error: INVALID_ACCESS_ERR: DOM Exception 15.
23 PASS div.style.getPropertyCSSValue('color').getRectValue() threw exception Error: INVALID_ACCESS_ERR: DOM Exception 15.
24 PASS successfullyParsed is true
25
26 TEST COMPLETE
27