| Index: LayoutTests/fast/dom/text-api-arguments-expected.txt
|
| diff --git a/LayoutTests/fast/dom/text-api-arguments-expected.txt b/LayoutTests/fast/dom/text-api-arguments-expected.txt
|
| index 0ba3d739816dd57fd97e09caf83fa0db7a3cc102..6a4f6940a534ddd5968559d3f5cc903ee159b951 100644
|
| --- a/LayoutTests/fast/dom/text-api-arguments-expected.txt
|
| +++ b/LayoutTests/fast/dom/text-api-arguments-expected.txt
|
| @@ -15,16 +15,6 @@ PASS text.splitText(-1) threw exception IndexSizeError: Failed to execute 'split
|
| PASS text.data is "abcd"
|
| PASS text.splitText(-4294967294).data is "cd"
|
| PASS text.data is "ab"
|
| -PASS text.replaceWholeText('test') is text
|
| -PASS text.data is "test"
|
| -PASS text.replaceWholeText('') is null
|
| -PASS text.data is "test"
|
| -PASS text.replaceWholeText() threw exception TypeError: Failed to execute 'replaceWholeText' on 'Text': 1 argument required, but only 0 present..
|
| -PASS text.data is "test"
|
| -PASS text.replaceWholeText(null) is text
|
| -PASS text.data is "null"
|
| -PASS text.replaceWholeText(undefined) is text
|
| -PASS text.data is "undefined"
|
| PASS successfullyParsed is true
|
|
|
| TEST COMPLETE
|
|
|