Upstream version 11.39.266.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / dom / StyleSheet / gc-inline-style-cssvalues-expected.txt
1 Test that custom properties on CSSValues of inline style declarations survive GC
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
4
5
6 PASS document.body.style.getPropertyCSSValue("color").cssText is "black"
7 FAIL document.body.style.getPropertyCSSValue("color").foo should be bar (of type string). Was undefined (of type undefined).
8 PASS successfullyParsed is true
9
10 TEST COMPLETE
11