| 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..58f1999247c5ce878c61dae55379bd65e1e6f012 100644
 | 
| --- a/LayoutTests/fast/dom/non-numeric-values-numeric-parameters-expected.txt
 | 
| +++ b/LayoutTests/fast/dom/non-numeric-values-numeric-parameters-expected.txt
 | 
| @@ -41,7 +41,7 @@ PASS nonNumericPolicy('createHTMLTableSectionElement().deleteRow(x)') is 'any ty
 | 
|  PASS nonNumericPolicy('document.createElement("textarea").setSelectionRange(x, 0)') is 'any type allowed'
 | 
|  PASS nonNumericPolicy('document.createElement("textarea").setSelectionRange(0, x)') is 'any type allowed'
 | 
|  PASS nonNumericPolicy('document.createEvent("KeyboardEvent").initKeyboardEvent("a", false, false, null, "b", x, false, false, false, false, false)') is 'any type allowed'
 | 
| -PASS nonNumericPolicy('createMediaList().item(x)') is 'any type allowed'
 | 
| +PASS nonNumericPolicy('createMediaList().item(x)') is 'any type allowed (but not omitted)'
 | 
|  PASS nonNumericPolicy('document.createEvent("MouseEvent").initMouseEvent("a", false, false, null, x, 0, 0, 0, 0, false, false, false, false, 0, null)') is 'any type allowed'
 | 
|  PASS nonNumericPolicy('document.createEvent("MouseEvent").initMouseEvent("a", false, false, null, 0, x, 0, 0, 0, false, false, false, false, 0, null)') is 'any type allowed'
 | 
|  PASS nonNumericPolicy('document.createEvent("MouseEvent").initMouseEvent("a", false, false, null, 0, 0, x, 0, 0, false, false, false, false, 0, null)') is 'any type allowed'
 | 
| 
 |