| Index: LayoutTests/fast/css/getComputedStyle/getComputedStyle-background-position.html
|
| diff --git a/LayoutTests/fast/css/getComputedStyle/getComputedStyle-background-position.html b/LayoutTests/fast/css/getComputedStyle/getComputedStyle-background-position.html
|
| index 21d3cacfb0591168ba01a5df2570e3c135c7a5ef..ad16e5f02cd14d0bbf10581fa343ddfd31439c5f 100644
|
| --- a/LayoutTests/fast/css/getComputedStyle/getComputedStyle-background-position.html
|
| +++ b/LayoutTests/fast/css/getComputedStyle/getComputedStyle-background-position.html
|
| @@ -17,7 +17,6 @@
|
| {
|
| log(' ' + prop);
|
| log(' getPropertyValue: ' + document.defaultView.getComputedStyle(ob, null).getPropertyValue(prop));
|
| - log(' getPropertyCSSValue: ' + document.defaultView.getComputedStyle(ob, null).getPropertyCSSValue(prop));
|
| }
|
|
|
| function test(id, single, pair)
|
|
|