- add third_party src.
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / css / getComputedStyle / getComputedStyle-outline-offset-expected.txt
1 Test to make sure outline-offset is found in the computed style.
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
4
5
6 PASS computedStyle.getPropertyValue('outline-offset') is '2px'
7 PASS computedStyle.getPropertyCSSValue('outline-offset').getFloatValue(CSSPrimitiveValue.CSS_PX) is 2
8 PASS successfullyParsed is true
9
10 TEST COMPLETE
11