| Index: LayoutTests/fast/css/getComputedStyle/getComputedStyle-background-size.html
|
| diff --git a/LayoutTests/fast/css/getComputedStyle/getComputedStyle-background-size.html b/LayoutTests/fast/css/getComputedStyle/getComputedStyle-background-size.html
|
| index d76e1148df5d2b6bfd163696e51b9339f0ff032a..d0c6e380b2e24f894700d8238c5b8a1c367fd4b1 100644
|
| --- a/LayoutTests/fast/css/getComputedStyle/getComputedStyle-background-size.html
|
| +++ b/LayoutTests/fast/css/getComputedStyle/getComputedStyle-background-size.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('sizeInit');
|
| log('getPropertyValue(-webkit-background-size): ' + document.defaultView.getComputedStyle(ob, null).getPropertyValue('-webkit-background-size'));
|
| - log('getPropertyCSSValue(-webkit-background-size): ' + document.defaultView.getComputedStyle(ob, null).getPropertyCSSValue('-webkit-background-size'));
|
| }
|
| </script>
|
| </head>
|
|
|