| Index: LayoutTests/css3/filters/script-tests/filter-property-computed-style.js | 
| diff --git a/LayoutTests/css3/filters/script-tests/filter-property-computed-style.js b/LayoutTests/css3/filters/script-tests/filter-property-computed-style.js | 
| index 8071f93fb6cc9f19ccb8d908c130f5f42e186698..55740edbd02c80efd91d5b86dc65e1ca9857918d 100644 | 
| --- a/LayoutTests/css3/filters/script-tests/filter-property-computed-style.js | 
| +++ b/LayoutTests/css3/filters/script-tests/filter-property-computed-style.js | 
| @@ -141,7 +141,7 @@ testComputedFilterRule("Degrees float value converts to integer", | 
| testComputedFilterRule("Radians value", | 
| "hue-rotate(10rad)", 1, | 
| ["WebKitCSSFilterValue.CSS_FILTER_HUE_ROTATE"], | 
| -                       ["hue-rotate(572.9577951308232deg)"]); | 
| +                       ["hue-rotate(572.957795130823deg)"]); | 
|  | 
| testComputedFilterRule("Gradians value", | 
| "hue-rotate(10grad)", 1, | 
|  |