| Index: LayoutTests/fast/css/getComputedStyle/getComputedStyle-borderRadius.html
|
| diff --git a/LayoutTests/fast/css/getComputedStyle/getComputedStyle-borderRadius.html b/LayoutTests/fast/css/getComputedStyle/getComputedStyle-borderRadius.html
|
| index 9dfda0870cb173186dabbd6ac8ea4a704e135f26..527a0b8f305ebc891e610c4ddf81355fd07b9b90 100644
|
| --- a/LayoutTests/fast/css/getComputedStyle/getComputedStyle-borderRadius.html
|
| +++ b/LayoutTests/fast/css/getComputedStyle/getComputedStyle-borderRadius.html
|
| @@ -22,10 +22,8 @@
|
| {
|
| var ob = document.getElementById(id + 'Diff');
|
| log('getPropertyValue(' + prop + '): ' + document.defaultView.getComputedStyle(ob, null).getPropertyValue(prop));
|
| - log('getPropertyCSSValue(' + prop + '): ' + document.defaultView.getComputedStyle(ob, null).getPropertyCSSValue(prop));
|
| ob = document.getElementById(id + 'Same');
|
| log('getPropertyValue(' + prop + '): ' + document.defaultView.getComputedStyle(ob, null).getPropertyValue(prop));
|
| - log('getPropertyCSSValue(' + prop + '): ' + document.defaultView.getComputedStyle(ob, null).getPropertyCSSValue(prop));
|
| }
|
|
|
| function runTests()
|
|
|