| Index: LayoutTests/fast/js/string-link-expected.txt
|
| diff --git a/LayoutTests/fast/js/string-link-expected.txt b/LayoutTests/fast/js/string-link-expected.txt
|
| index cc35d1b93107b81bcbe36384c5b42dad092d3c5e..802b4d0d16a23511e1aa6edd5bfb554955a1be86 100644
|
| --- a/LayoutTests/fast/js/string-link-expected.txt
|
| +++ b/LayoutTests/fast/js/string-link-expected.txt
|
| @@ -10,8 +10,8 @@ PASS '_'.link(0x2A) is "<a href=\"42\">_</a>"
|
| PASS '_'.link('"') is "<a href=\""\">_</a>"
|
| PASS '_'.link('" target="_blank') is "<a href=\"" target="_blank\">_</a>"
|
| PASS String.prototype.link.call(0x2A, 0x2A) is "<a href=\"42\">42</a>"
|
| -PASS String.prototype.link.call(undefined) threw exception TypeError: Type error.
|
| -PASS String.prototype.link.call(null) threw exception TypeError: Type error.
|
| +FAIL String.prototype.link.call(undefined) should throw TypeError: Type error. Was <a href="undefined">undefined</a>.
|
| +FAIL String.prototype.link.call(null) should throw TypeError: Type error. Was <a href="undefined">null</a>.
|
| PASS String.prototype.link.length is 1
|
| PASS successfullyParsed is true
|
|
|
|
|