OLD | NEW |
1 Test to make sure outline-offset is found in the computed style. | 1 Test to make sure outline-offset is found in the computed style. |
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 computedStyle.getPropertyValue('outline-offset') is '2px' | 6 PASS computedStyle.getPropertyValue('outline-offset') is '2px' |
7 PASS computedStyle.getPropertyCSSValue('outline-offset').getFloatValue(CSSPrimit
iveValue.CSS_PX) is 2 | |
8 PASS successfullyParsed is true | 7 PASS successfullyParsed is true |
9 | 8 |
10 TEST COMPLETE | 9 TEST COMPLETE |
11 | 10 |
OLD | NEW |