| Index: LayoutTests/svg/dom/SVGStringList-basics-expected.txt
|
| diff --git a/LayoutTests/svg/dom/SVGStringList-basics-expected.txt b/LayoutTests/svg/dom/SVGStringList-basics-expected.txt
|
| index 4125b2eb01790236001329572e539fb3a2db8ee3..2a6471117446d43044e1d762df1e56dbd4544ad4 100644
|
| --- a/LayoutTests/svg/dom/SVGStringList-basics-expected.txt
|
| +++ b/LayoutTests/svg/dom/SVGStringList-basics-expected.txt
|
| @@ -31,10 +31,10 @@ PASS text1.requiredFeatures.getItem(text1) is text1.requiredFeatures.getItem(0)
|
| PASS text1.requiredFeatures.getItem(null) is text1.requiredFeatures.getItem(0)
|
|
|
| Test uncommon arguments for insertItemBefore()
|
| -PASS text1.requiredFeatures.insertItemBefore(30) threw exception TypeError: Not enough arguments.
|
| -PASS text1.requiredFeatures.insertItemBefore('aString') threw exception TypeError: Not enough arguments.
|
| -PASS text1.requiredFeatures.insertItemBefore(text1) threw exception TypeError: Not enough arguments.
|
| -PASS text1.requiredFeatures.insertItemBefore(null) threw exception TypeError: Not enough arguments.
|
| +PASS text1.requiredFeatures.insertItemBefore(30) threw exception TypeError: Failed to execute 'insertItemBefore' on 'SVGStringList': 2 arguments required, but only 1 present..
|
| +PASS text1.requiredFeatures.insertItemBefore('aString') threw exception TypeError: Failed to execute 'insertItemBefore' on 'SVGStringList': 2 arguments required, but only 1 present..
|
| +PASS text1.requiredFeatures.insertItemBefore(text1) threw exception TypeError: Failed to execute 'insertItemBefore' on 'SVGStringList': 2 arguments required, but only 1 present..
|
| +PASS text1.requiredFeatures.insertItemBefore(null) threw exception TypeError: Failed to execute 'insertItemBefore' on 'SVGStringList': 2 arguments required, but only 1 present..
|
| PASS text1.requiredFeatures.insertItemBefore(text1.requiredFeatures.getItem(1), 'aString') threw exception IndexSizeError: Index or size was negative, or greater than the allowed value..
|
| PASS text1.requiredFeatures.insertItemBefore(text1.requiredFeatures.getItem(1), text1) threw exception IndexSizeError: Index or size was negative, or greater than the allowed value..
|
| PASS text1.requiredFeatures.insertItemBefore(text1.requiredFeatures.getItem(1), null) threw exception IndexSizeError: Index or size was negative, or greater than the allowed value..
|
| @@ -76,9 +76,9 @@ PASS text1.requiredFeatures.getItem(3) is "4"
|
| PASS text1.getAttribute('requiredFeatures') is "1 2 3 4"
|
|
|
| Test uncommon arguments for replaceItem() - part 1
|
| -PASS text1.requiredFeatures.replaceItem(30) threw exception TypeError: Not enough arguments.
|
| -PASS text1.requiredFeatures.replaceItem('aString') threw exception TypeError: Not enough arguments.
|
| -PASS text1.requiredFeatures.replaceItem(text1) threw exception TypeError: Not enough arguments.
|
| +PASS text1.requiredFeatures.replaceItem(30) threw exception TypeError: Failed to execute 'replaceItem' on 'SVGStringList': 2 arguments required, but only 1 present..
|
| +PASS text1.requiredFeatures.replaceItem('aString') threw exception TypeError: Failed to execute 'replaceItem' on 'SVGStringList': 2 arguments required, but only 1 present..
|
| +PASS text1.requiredFeatures.replaceItem(text1) threw exception TypeError: Failed to execute 'replaceItem' on 'SVGStringList': 2 arguments required, but only 1 present..
|
| PASS text1.requiredFeatures.replaceItem(null, 0) is "null"
|
| PASS text1.requiredFeatures.numberOfItems is 4
|
| PASS text1.requiredFeatures.getItem(0) is "null"
|
|
|