| Index: LayoutTests/fast/css/getComputedStyle/getComputedStyle-border-spacing.html
|
| diff --git a/LayoutTests/fast/css/getComputedStyle/getComputedStyle-border-spacing.html b/LayoutTests/fast/css/getComputedStyle/getComputedStyle-border-spacing.html
|
| index 526b3f87a2fe4edeeb89beef0179997669edf461..8d880ce4b61f91be26e25b2b29d97b32543f4eb6 100644
|
| --- a/LayoutTests/fast/css/getComputedStyle/getComputedStyle-border-spacing.html
|
| +++ b/LayoutTests/fast/css/getComputedStyle/getComputedStyle-border-spacing.html
|
| @@ -17,10 +17,8 @@
|
| {
|
| var ob = document.getElementById(id + 'Pair');
|
| log('getPropertyValue(' + prop + '): ' + document.defaultView.getComputedStyle(ob, null).getPropertyValue(prop));
|
| - log('getPropertyCSSValue(' + prop + '): ' + document.defaultView.getComputedStyle(ob, null).getPropertyCSSValue(prop));
|
| ob = document.getElementById(id + 'Single');
|
| log('getPropertyValue(' + prop + '): ' + document.defaultView.getComputedStyle(ob, null).getPropertyValue(prop));
|
| - log('getPropertyCSSValue(' + prop + '): ' + document.defaultView.getComputedStyle(ob, null).getPropertyCSSValue(prop));
|
| }
|
|
|
| function runTests()
|
| @@ -40,7 +38,6 @@
|
| log('Test getting initial value of the background size.')
|
| var ob = document.getElementById('spacingInit');
|
| log('getPropertyValue(border-spacing): ' + document.defaultView.getComputedStyle(ob, null).getPropertyValue('border-spacing'));
|
| - log('getPropertyCSSValue(border-spacing): ' + document.defaultView.getComputedStyle(ob, null).getPropertyCSSValue('border-spacing'));
|
| }
|
| </script>
|
| </head>
|
|
|