| Index: LayoutTests/css3/calc/getComputedStyle-border-radius.html
|
| diff --git a/LayoutTests/css3/calc/getComputedStyle-border-radius.html b/LayoutTests/css3/calc/getComputedStyle-border-radius.html
|
| index b10e1ffc5eb5ed6639bf8714dc419dd714d7cee2..ca2e6e0e80270204f6922f1e9b76af2380865fd2 100644
|
| --- a/LayoutTests/css3/calc/getComputedStyle-border-radius.html
|
| +++ b/LayoutTests/css3/calc/getComputedStyle-border-radius.html
|
| @@ -26,4 +26,3 @@ test('border-bottom-right-radius', '25%');
|
| test('border-bottom-left-radius', '25px');
|
| test('border-radius', 'calc(10px + 25%) calc(10px + 25%) 25% 25px / calc(20px + 25%) calc(10px + 25%) 25% 25px');
|
| </script>
|
| -<script src="../../fast/js/resources/js-test-post.js"></script>
|
|
|