| Index: LayoutTests/fast/js/function-length-expected.txt | 
| diff --git a/LayoutTests/fast/js/function-length-expected.txt b/LayoutTests/fast/js/function-length-expected.txt | 
| new file mode 100644 | 
| index 0000000000000000000000000000000000000000..0354910f3b1edd1aff6673b4ee1e0d5670271fd4 | 
| --- /dev/null | 
| +++ b/LayoutTests/fast/js/function-length-expected.txt | 
| @@ -0,0 +1,33 @@ | 
| +This tests the length property of functions. | 
| + | 
| +On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". | 
| + | 
| + | 
| +PASS window.confirm.length is 1 | 
| +PASS window.alert.length is 1 | 
| +PASS window.find.length is 7 | 
| +PASS window.stop.length is 0 | 
| +PASS window.scrollBy.length is 2 | 
| +PASS Array.prototype.concat.length is 1 | 
| +PASS Array.prototype.join.length is 1 | 
| +PASS Array.prototype.push.length is 1 | 
| +PASS Array.prototype.slice.length is 2 | 
| +PASS Date.UTC.length is 7 | 
| +PASS Date.prototype.setSeconds.length is 2 | 
| +PASS Date.prototype.setMinutes.length is 3 | 
| +PASS Date.prototype.setHours.length is 4 | 
| +PASS Date.prototype.setMonth.length is 2 | 
| +PASS Date.prototype.setFullYear.length is 3 | 
| +PASS Number.prototype.toExponential.length is 1 | 
| +PASS Number.prototype.toFixed.length is 1 | 
| +PASS Number.prototype.toPrecision.length is 1 | 
| +PASS Math.max.length is 2 | 
| +PASS Math.min.length is 2 | 
| +PASS Function.prototype.apply.length is 2 | 
| +PASS Function.prototype.call.length is 1 | 
| +PASS String.prototype.split.length is 2 | 
| +PASS String.prototype.substring.length is 2 | 
| +PASS successfullyParsed is true | 
| + | 
| +TEST COMPLETE | 
| + | 
|  |