| Index: LayoutTests/fast/dom/non-numeric-values-numeric-parameters-expected.txt
|
| diff --git a/LayoutTests/fast/dom/non-numeric-values-numeric-parameters-expected.txt b/LayoutTests/fast/dom/non-numeric-values-numeric-parameters-expected.txt
|
| index 903a0b8c2803458f8d791cd4af8bf32e5bf13ed7..e8c0d08780a9e09c969d25c720bec8c104dbec8d 100644
|
| --- a/LayoutTests/fast/dom/non-numeric-values-numeric-parameters-expected.txt
|
| +++ b/LayoutTests/fast/dom/non-numeric-values-numeric-parameters-expected.txt
|
| @@ -21,8 +21,8 @@ PASS nonNumericPolicy('createCSSStyleSheet().addRule(selector, styleText, x)') i
|
| PASS nonNumericPolicy('createCSSStyleSheet().removeRule(x)') is 'any type allowed'
|
| PASS nonNumericPolicy('document.elementFromPoint(x, 0)') is 'any type allowed'
|
| PASS nonNumericPolicy('document.elementFromPoint(0, x)') is 'any type allowed'
|
| -PASS nonNumericPolicy('document.body.scrollLeft = x') is 'mixed'
|
| -PASS nonNumericPolicy('document.body.scrollTop = x') is 'mixed'
|
| +PASS nonNumericPolicy('document.body.scrollLeft = x') is 'any type allowed'
|
| +PASS nonNumericPolicy('document.body.scrollTop = x') is 'any type allowed'
|
| PASS nonNumericPolicy('document.images.item(x)') is 'any type allowed'
|
| PASS nonNumericPolicy('document.createElement("input").setSelectionRange(x, 0)') is 'any type allowed'
|
| PASS nonNumericPolicy('document.createElement("input").setSelectionRange(0, x)') is 'any type allowed'
|
|
|