| 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 05a3acf308dced87a2d19de812ceb2bade675af6..f45b51f99604d5e75414b05e82010483e807f113 100644
|
| --- a/LayoutTests/fast/dom/non-numeric-values-numeric-parameters-expected.txt
|
| +++ b/LayoutTests/fast/dom/non-numeric-values-numeric-parameters-expected.txt
|
| @@ -70,13 +70,13 @@ PASS nonNumericPolicy('window.scrollTo(0, x)') is 'any type allowed (but not omi
|
| PASS nonNumericPolicy('window.scroll(x, 0)') is 'any type allowed'
|
| PASS nonNumericPolicy('window.scroll(0, x)') is 'any type allowed (but not omitted)'
|
| PASS nonNumericPolicy('window.moveBy(x, 0)') is 'any type allowed'
|
| -PASS nonNumericPolicy('window.moveBy(0, x)') is 'any type allowed'
|
| +PASS nonNumericPolicy('window.moveBy(0, x)') is 'any type allowed (but not omitted)'
|
| PASS nonNumericPolicy('window.moveTo(x, 0)') is 'any type allowed'
|
| -PASS nonNumericPolicy('window.moveTo(0, x)') is 'any type allowed'
|
| +PASS nonNumericPolicy('window.moveTo(0, x)') is 'any type allowed (but not omitted)'
|
| PASS nonNumericPolicy('window.resizeBy(x, 0)') is 'any type allowed'
|
| -PASS nonNumericPolicy('window.resizeBy(0, x)') is 'any type allowed'
|
| +PASS nonNumericPolicy('window.resizeBy(0, x)') is 'any type allowed (but not omitted)'
|
| PASS nonNumericPolicy('window.resizeTo(x, 0)') is 'any type allowed'
|
| -PASS nonNumericPolicy('window.resizeTo(0, x)') is 'any type allowed'
|
| +PASS nonNumericPolicy('window.resizeTo(0, x)') is 'any type allowed (but not omitted)'
|
| PASS successfullyParsed is true
|
|
|
| TEST COMPLETE
|
|
|