Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / js / date-proto-generic-invocation-expected.txt
blob4117f8bf22f40390809fa5464313778a5229adcf
1 This test verifies that the functions of the Date prototype object are not generic, as documented in ECMA-262 rev3 section 15.9.5 Properties of the Date Prototype Object.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 FAIL o.__proto__.toString() should throw TypeError: Type error. Threw exception TypeError: this is not a Date object..
7 FAIL o.__proto__.toDateString() should throw TypeError: Type error. Threw exception TypeError: this is not a Date object..
8 FAIL o.__proto__.toTimeString() should throw TypeError: Type error. Threw exception TypeError: this is not a Date object..
9 FAIL o.__proto__.toGMTString() should throw TypeError: Type error. Threw exception TypeError: this is not a Date object..
10 FAIL o.__proto__.toUTCString() should throw TypeError: Type error. Threw exception TypeError: this is not a Date object..
11 FAIL o.__proto__.toLocaleString() should throw TypeError: Type error. Threw exception TypeError: Method invoked on an object that is not Date..
12 FAIL o.__proto__.toLocaleDateString() should throw TypeError: Type error. Threw exception TypeError: Method invoked on an object that is not Date..
13 FAIL o.__proto__.toLocaleTimeString() should throw TypeError: Type error. Threw exception TypeError: Method invoked on an object that is not Date..
14 FAIL o.__proto__.getTime() should throw TypeError: Type error. Threw exception TypeError: this is not a Date object..
15 FAIL o.__proto__.getYear() should throw TypeError: Type error. Threw exception TypeError: this is not a Date object..
16 FAIL o.__proto__.getFullYear() should throw TypeError: Type error. Threw exception TypeError: this is not a Date object..
17 FAIL o.__proto__.getMonth() should throw TypeError: Type error. Threw exception TypeError: this is not a Date object..
18 FAIL o.__proto__.getDate() should throw TypeError: Type error. Threw exception TypeError: this is not a Date object..
19 FAIL o.__proto__.getDay() should throw TypeError: Type error. Threw exception TypeError: this is not a Date object..
20 FAIL o.__proto__.getHours() should throw TypeError: Type error. Threw exception TypeError: this is not a Date object..
21 FAIL o.__proto__.getMinutes() should throw TypeError: Type error. Threw exception TypeError: this is not a Date object..
22 FAIL o.__proto__.getSeconds() should throw TypeError: Type error. Threw exception TypeError: this is not a Date object..
23 FAIL o.__proto__.getMilliseconds() should throw TypeError: Type error. Threw exception TypeError: this is not a Date object..
24 FAIL o.__proto__.getTimezoneOffset() should throw TypeError: Type error. Threw exception TypeError: this is not a Date object..
25 FAIL o.__proto__.setTime() should throw TypeError: Type error. Threw exception TypeError: this is not a Date object..
26 FAIL o.__proto__.setMilliseconds() should throw TypeError: Type error. Threw exception TypeError: this is not a Date object..
27 FAIL o.__proto__.setSeconds() should throw TypeError: Type error. Threw exception TypeError: this is not a Date object..
28 FAIL o.__proto__.setMinutes() should throw TypeError: Type error. Threw exception TypeError: this is not a Date object..
29 FAIL o.__proto__.setHours() should throw TypeError: Type error. Threw exception TypeError: this is not a Date object..
30 FAIL o.__proto__.setDate() should throw TypeError: Type error. Threw exception TypeError: this is not a Date object..
31 FAIL o.__proto__.setMonth() should throw TypeError: Type error. Threw exception TypeError: this is not a Date object..
32 FAIL o.__proto__.setFullYear() should throw TypeError: Type error. Threw exception TypeError: this is not a Date object..
33 FAIL o.__proto__.setYear() should throw TypeError: Type error. Threw exception TypeError: this is not a Date object..
34 PASS successfullyParsed is true
36 TEST COMPLETE