| 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 9b634f7d4175aaca303deff2a37484984579ca38..3df48d9e505e4ae50006321729f1cee30c4038de 100644
|
| --- a/LayoutTests/fast/dom/non-numeric-values-numeric-parameters-expected.txt
|
| +++ b/LayoutTests/fast/dom/non-numeric-values-numeric-parameters-expected.txt
|
| @@ -24,8 +24,8 @@ PASS nonNumericPolicy('document.elementFromPoint(x, 0)') is 'any type allowed'
|
| PASS nonNumericPolicy('document.elementFromPoint(0, x)') is 'any type allowed'
|
| PASS nonNumericPolicy('document.body.scrollByLines(x)') is 'any type allowed'
|
| PASS nonNumericPolicy('document.body.scrollByPages(x)') is 'any type allowed'
|
| -PASS nonNumericPolicy('document.body.scrollLeft = x') is 'any type allowed'
|
| -PASS nonNumericPolicy('document.body.scrollTop = x') is 'any type allowed'
|
| +PASS nonNumericPolicy('document.body.scrollLeft = x') is 'mixed'
|
| +PASS nonNumericPolicy('document.body.scrollTop = x') is 'mixed'
|
| 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'
|
|
|