| Index: third_party/WebKit/LayoutTests/fast/dom/non-numeric-values-numeric-parameters-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/dom/non-numeric-values-numeric-parameters-expected.txt b/third_party/WebKit/LayoutTests/fast/dom/non-numeric-values-numeric-parameters-expected.txt
|
| index c6879746bfb7586a95aab67d2f26a368ed2fd43a..49bf8887020944750555d9d9d8e84a2fdcd12370 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/dom/non-numeric-values-numeric-parameters-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/fast/dom/non-numeric-values-numeric-parameters-expected.txt
|
| @@ -56,7 +56,7 @@ PASS nonNumericPolicy('document.createRange().comparePoint(document, x)') is 'an
|
| PASS nonNumericPolicy('document.createRange().isPointInRange(document, x)') is 'any type allowed (but not omitted)'
|
| PASS nonNumericPolicy('getSelection().collapse(document, x)') is 'any type allowed'
|
| PASS nonNumericPolicy('getSelection().setBaseAndExtent(document, x, document, 0)') is 'any type allowed'
|
| -PASS nonNumericPolicy('getSelection().setBaseAndExtent(document, 0, document, x)') is 'any type allowed'
|
| +PASS nonNumericPolicy('getSelection().setBaseAndExtent(document, 0, document, x)') is 'any type allowed (but not omitted)'
|
| PASS nonNumericPolicy('getSelection().collapse(document, x)') is 'any type allowed'
|
| PASS nonNumericPolicy('getSelection().extend(document, x)') is 'any type allowed'
|
| PASS nonNumericPolicy('getSelection().getRangeAt(x)') is 'any type allowed (but not omitted)'
|
|
|