| Index: LayoutTests/fast/reflections/reflection-computed-style.html
|
| diff --git a/LayoutTests/fast/reflections/reflection-computed-style.html b/LayoutTests/fast/reflections/reflection-computed-style.html
|
| index e2507ac10dbc382815638ab9e7968c6ff61c32a4..efaa18bbc811f45a00492eb44039930f9c39372c 100644
|
| --- a/LayoutTests/fast/reflections/reflection-computed-style.html
|
| +++ b/LayoutTests/fast/reflections/reflection-computed-style.html
|
| @@ -18,7 +18,6 @@
|
| {
|
| log(' ' + prop);
|
| log(' getPropertyValue: ' + document.defaultView.getComputedStyle(ob, null).getPropertyValue(prop));
|
| - log(' getPropertyCSSValue: ' + document.defaultView.getComputedStyle(ob, null).getPropertyCSSValue(prop));
|
| }
|
|
|
| function test(id, val)
|
|
|