| 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 0b5349a79db0b39a2ec4420306b1ccb3b4ced656..a9c61606794d49837adeccb96f356394f9989604 100644
|
| --- a/LayoutTests/fast/dom/non-numeric-values-numeric-parameters-expected.txt
|
| +++ b/LayoutTests/fast/dom/non-numeric-values-numeric-parameters-expected.txt
|
| @@ -29,7 +29,7 @@ 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'
|
| PASS nonNumericPolicy('createHTMLOptionsCollection().add(document.createElement("option"), x)') is 'any type allowed'
|
| -PASS nonNumericPolicy('createHTMLOptionsCollection().remove(x)') is 'any type allowed'
|
| +PASS nonNumericPolicy('createHTMLOptionsCollection().remove(x)') is 'any type allowed (but not omitted)'
|
| PASS nonNumericPolicy('createHTMLSelectElement().remove(x)') is 'any type allowed'
|
| PASS nonNumericPolicy('createHTMLSelectElement().item(x)') is 'any type allowed (but not omitted)'
|
| PASS nonNumericPolicy('createHTMLTableElement().insertRow(x)') is 'any type allowed'
|
|
|