| Index: LayoutTests/fast/dom/StyleSheet/gc-inline-style-cssvalues-expected.txt
|
| diff --git a/LayoutTests/fast/dom/StyleSheet/gc-inline-style-cssvalues-expected.txt b/LayoutTests/fast/dom/StyleSheet/gc-inline-style-cssvalues-expected.txt
|
| index fa016ed79d48c4940e8668ab72009d2bc0192eae..434df837b2cb450f9f4bc3fe3de8e6cba3e950e8 100644
|
| --- a/LayoutTests/fast/dom/StyleSheet/gc-inline-style-cssvalues-expected.txt
|
| +++ b/LayoutTests/fast/dom/StyleSheet/gc-inline-style-cssvalues-expected.txt
|
| @@ -4,7 +4,7 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
|
|
|
|
|
| PASS document.body.style.getPropertyCSSValue("color").cssText is "black"
|
| -PASS document.body.style.getPropertyCSSValue("color").foo is 'bar'
|
| +FAIL document.body.style.getPropertyCSSValue("color").foo should be bar (of type string). Was undefined (of type undefined).
|
| PASS successfullyParsed is true
|
|
|
| TEST COMPLETE
|
|
|