OLD | NEW |
1 This tests that the methods on CSSPrimitiveValue throw exceptions | 1 This tests that the methods on CSSPrimitiveValue throw exceptions |
2 | 2 |
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
4 | 4 |
5 | 5 |
6 PASS div.style.getPropertyCSSValue('width').getFloatValue(CSSPrimitiveValue.CSS_
UNKNOWN) threw exception Error: InvalidAccessError: DOM Exception 15. | 6 PASS div.style.getPropertyCSSValue('width').getFloatValue(CSSPrimitiveValue.CSS_
UNKNOWN) threw exception InvalidAccessError: A parameter or an operation was not
supported by the underlying object.. |
7 PASS div.style.getPropertyCSSValue('width').getFloatValue(CSSPrimitiveValue.CSS_
STRING) threw exception Error: InvalidAccessError: DOM Exception 15. | 7 PASS div.style.getPropertyCSSValue('width').getFloatValue(CSSPrimitiveValue.CSS_
STRING) threw exception InvalidAccessError: A parameter or an operation was not
supported by the underlying object.. |
8 PASS div.style.getPropertyCSSValue('width').getFloatValue(CSSPrimitiveValue.CSS_
HZ) threw exception Error: InvalidAccessError: DOM Exception 15. | 8 PASS div.style.getPropertyCSSValue('width').getFloatValue(CSSPrimitiveValue.CSS_
HZ) threw exception InvalidAccessError: A parameter or an operation was not supp
orted by the underlying object.. |
9 PASS div.style.getPropertyCSSValue('width').getFloatValue(CSSPrimitiveValue.CSS_
S) threw exception Error: InvalidAccessError: DOM Exception 15. | 9 PASS div.style.getPropertyCSSValue('width').getFloatValue(CSSPrimitiveValue.CSS_
S) threw exception InvalidAccessError: A parameter or an operation was not suppo
rted by the underlying object.. |
10 PASS div.style.getPropertyCSSValue('width').getFloatValue(CSSPrimitiveValue.CSS_
RAD) threw exception Error: InvalidAccessError: DOM Exception 15. | 10 PASS div.style.getPropertyCSSValue('width').getFloatValue(CSSPrimitiveValue.CSS_
RAD) threw exception InvalidAccessError: A parameter or an operation was not sup
ported by the underlying object.. |
11 PASS div.style.getPropertyCSSValue('width').getFloatValue(CSSPrimitiveValue.CSS_
PERCENTAGE) threw exception Error: InvalidAccessError: DOM Exception 15. | 11 PASS div.style.getPropertyCSSValue('width').getFloatValue(CSSPrimitiveValue.CSS_
PERCENTAGE) threw exception InvalidAccessError: A parameter or an operation was
not supported by the underlying object.. |
12 PASS div.style.getPropertyCSSValue('height').getFloatValue(CSSPrimitiveValue.CSS
_PX) threw exception Error: InvalidAccessError: DOM Exception 15. | 12 PASS div.style.getPropertyCSSValue('height').getFloatValue(CSSPrimitiveValue.CSS
_PX) threw exception InvalidAccessError: A parameter or an operation was not sup
ported by the underlying object.. |
13 PASS div.style.getPropertyCSSValue('height').getFloatValue(CSSPrimitiveValue.CSS
_DEG) threw exception Error: InvalidAccessError: DOM Exception 15. | 13 PASS div.style.getPropertyCSSValue('height').getFloatValue(CSSPrimitiveValue.CSS
_DEG) threw exception InvalidAccessError: A parameter or an operation was not su
pported by the underlying object.. |
14 PASS div.style.getPropertyCSSValue('clip').primitiveType is CSSPrimitiveValue.CS
S_RECT | 14 PASS div.style.getPropertyCSSValue('clip').primitiveType is CSSPrimitiveValue.CS
S_RECT |
15 PASS div.style.getPropertyCSSValue('clip').getFloatValue(CSSPrimitiveValue.CSS_P
X) threw exception Error: InvalidAccessError: DOM Exception 15. | 15 PASS div.style.getPropertyCSSValue('clip').getFloatValue(CSSPrimitiveValue.CSS_P
X) threw exception InvalidAccessError: A parameter or an operation was not suppo
rted by the underlying object.. |
16 PASS div.style.getPropertyCSSValue('clip').getStringValue() threw exception Erro
r: InvalidAccessError: DOM Exception 15. | 16 PASS div.style.getPropertyCSSValue('clip').getStringValue() threw exception Inva
lidAccessError: A parameter or an operation was not supported by the underlying
object.. |
17 PASS div.style.getPropertyCSSValue('clip').getCounterValue() threw exception Err
or: InvalidAccessError: DOM Exception 15. | 17 PASS div.style.getPropertyCSSValue('clip').getCounterValue() threw exception Inv
alidAccessError: A parameter or an operation was not supported by the underlying
object.. |
18 PASS div.style.getPropertyCSSValue('clip').getRGBColorValue() threw exception Er
ror: InvalidAccessError: DOM Exception 15. | 18 PASS div.style.getPropertyCSSValue('clip').getRGBColorValue() threw exception In
validAccessError: A parameter or an operation was not supported by the underlyin
g object.. |
19 PASS div.style.getPropertyCSSValue('color').primitiveType is CSSPrimitiveValue.C
SS_RGBCOLOR | 19 PASS div.style.getPropertyCSSValue('color').primitiveType is CSSPrimitiveValue.C
SS_RGBCOLOR |
20 PASS div.style.getPropertyCSSValue('color').getFloatValue(CSSPrimitiveValue.CSS_
PX) threw exception Error: InvalidAccessError: DOM Exception 15. | 20 PASS div.style.getPropertyCSSValue('color').getFloatValue(CSSPrimitiveValue.CSS_
PX) threw exception InvalidAccessError: A parameter or an operation was not supp
orted by the underlying object.. |
21 PASS div.style.getPropertyCSSValue('color').getStringValue() threw exception Err
or: InvalidAccessError: DOM Exception 15. | 21 PASS div.style.getPropertyCSSValue('color').getStringValue() threw exception Inv
alidAccessError: A parameter or an operation was not supported by the underlying
object.. |
22 PASS div.style.getPropertyCSSValue('color').getCounterValue() threw exception Er
ror: InvalidAccessError: DOM Exception 15. | 22 PASS div.style.getPropertyCSSValue('color').getCounterValue() threw exception In
validAccessError: A parameter or an operation was not supported by the underlyin
g object.. |
23 PASS div.style.getPropertyCSSValue('color').getRectValue() threw exception Error
: InvalidAccessError: DOM Exception 15. | 23 PASS div.style.getPropertyCSSValue('color').getRectValue() threw exception Inval
idAccessError: A parameter or an operation was not supported by the underlying o
bject.. |
24 PASS successfullyParsed is true | 24 PASS successfullyParsed is true |
25 | 25 |
26 TEST COMPLETE | 26 TEST COMPLETE |
27 | 27 |
OLD | NEW |