Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(73)

Side by Side Diff: third_party/WebKit/LayoutTests/fast/dom/call-a-constructor-as-a-function-expected.txt

Issue 2943213002: Revert of Make WebKitCSSMatrix an alias of DOMMatrix (Closed)
Patch Set: Revert of Make WebKitCSSMatrix an alias of DOMMatrix (patchset #16 id:300001 of https://codereview.… Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 This tests if TypeError is thrown or not when we call a constructor as a normal function. 1 This tests if TypeError is thrown or not when we call a constructor as a normal function.
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 PASS ArrayBuffer() threw exception TypeError: Constructor ArrayBuffer requires ' new'. 6 PASS ArrayBuffer() threw exception TypeError: Constructor ArrayBuffer requires ' new'.
7 PASS AudioContext() threw exception TypeError: Failed to construct 'AudioContext ': Please use the 'new' operator, this DOM object constructor cannot be called a s a function.. 7 PASS AudioContext() threw exception TypeError: Failed to construct 'AudioContext ': Please use the 'new' operator, this DOM object constructor cannot be called a s a function..
8 PASS FormData() threw exception TypeError: Failed to construct 'FormData': Pleas e use the 'new' operator, this DOM object constructor cannot be called as a func tion.. 8 PASS FormData() threw exception TypeError: Failed to construct 'FormData': Pleas e use the 'new' operator, this DOM object constructor cannot be called as a func tion..
9 PASS DataView() threw exception TypeError: Constructor DataView requires 'new'. 9 PASS DataView() threw exception TypeError: Constructor DataView requires 'new'.
10 PASS EventSource() threw exception TypeError: Failed to construct 'EventSource': Please use the 'new' operator, this DOM object constructor cannot be called as a function.. 10 PASS EventSource() threw exception TypeError: Failed to construct 'EventSource': Please use the 'new' operator, this DOM object constructor cannot be called as a function..
11 PASS FileReader() threw exception TypeError: Failed to construct 'FileReader': P lease use the 'new' operator, this DOM object constructor cannot be called as a function.. 11 PASS FileReader() threw exception TypeError: Failed to construct 'FileReader': P lease use the 'new' operator, this DOM object constructor cannot be called as a function..
12 PASS Float32Array() threw exception TypeError: Constructor Float32Array requires 'new'. 12 PASS Float32Array() threw exception TypeError: Constructor Float32Array requires 'new'.
13 PASS Float64Array() threw exception TypeError: Constructor Float64Array requires 'new'. 13 PASS Float64Array() threw exception TypeError: Constructor Float64Array requires 'new'.
14 PASS Audio() threw exception TypeError: Failed to construct 'Audio': Please use the 'new' operator, this DOM object constructor cannot be called as a function.. 14 PASS Audio() threw exception TypeError: Failed to construct 'Audio': Please use the 'new' operator, this DOM object constructor cannot be called as a function..
15 PASS Image() threw exception TypeError: Failed to construct 'Image': Please use the 'new' operator, this DOM object constructor cannot be called as a function.. 15 PASS Image() threw exception TypeError: Failed to construct 'Image': Please use the 'new' operator, this DOM object constructor cannot be called as a function..
16 PASS Option() threw exception TypeError: Failed to construct 'Option': Please us e the 'new' operator, this DOM object constructor cannot be called as a function .. 16 PASS Option() threw exception TypeError: Failed to construct 'Option': Please us e the 'new' operator, this DOM object constructor cannot be called as a function ..
17 PASS Int16Array() threw exception TypeError: Constructor Int16Array requires 'ne w'. 17 PASS Int16Array() threw exception TypeError: Constructor Int16Array requires 'ne w'.
18 PASS Int32Array() threw exception TypeError: Constructor Int32Array requires 'ne w'. 18 PASS Int32Array() threw exception TypeError: Constructor Int32Array requires 'ne w'.
19 PASS Int8Array() threw exception TypeError: Constructor Int8Array requires 'new' . 19 PASS Int8Array() threw exception TypeError: Constructor Int8Array requires 'new' .
20 PASS MessageChannel() threw exception TypeError: Failed to construct 'MessageCha nnel': Please use the 'new' operator, this DOM object constructor cannot be call ed as a function.. 20 PASS MessageChannel() threw exception TypeError: Failed to construct 'MessageCha nnel': Please use the 'new' operator, this DOM object constructor cannot be call ed as a function..
21 PASS SharedWorker() threw exception TypeError: Failed to construct 'SharedWorker ': Please use the 'new' operator, this DOM object constructor cannot be called a s a function.. 21 PASS SharedWorker() threw exception TypeError: Failed to construct 'SharedWorker ': Please use the 'new' operator, this DOM object constructor cannot be called a s a function..
22 PASS Uint16Array() threw exception TypeError: Constructor Uint16Array requires ' new'. 22 PASS Uint16Array() threw exception TypeError: Constructor Uint16Array requires ' new'.
23 PASS Uint32Array() threw exception TypeError: Constructor Uint32Array requires ' new'. 23 PASS Uint32Array() threw exception TypeError: Constructor Uint32Array requires ' new'.
24 PASS Uint8Array() threw exception TypeError: Constructor Uint8Array requires 'ne w'. 24 PASS Uint8Array() threw exception TypeError: Constructor Uint8Array requires 'ne w'.
25 PASS WebKitCSSMatrix() threw exception TypeError: Failed to construct 'DOMMatrix ': Please use the 'new' operator, this DOM object constructor cannot be called a s a function.. 25 PASS WebKitCSSMatrix() threw exception TypeError: Failed to construct 'WebKitCSS Matrix': Please use the 'new' operator, this DOM object constructor cannot be ca lled as a function..
26 PASS WebSocket() threw exception TypeError: Failed to construct 'WebSocket': Ple ase use the 'new' operator, this DOM object constructor cannot be called as a fu nction.. 26 PASS WebSocket() threw exception TypeError: Failed to construct 'WebSocket': Ple ase use the 'new' operator, this DOM object constructor cannot be called as a fu nction..
27 PASS Worker() threw exception TypeError: Failed to construct 'Worker': Please us e the 'new' operator, this DOM object constructor cannot be called as a function .. 27 PASS Worker() threw exception TypeError: Failed to construct 'Worker': Please us e the 'new' operator, this DOM object constructor cannot be called as a function ..
28 PASS XMLHttpRequest() threw exception TypeError: Failed to construct 'XMLHttpReq uest': Please use the 'new' operator, this DOM object constructor cannot be call ed as a function.. 28 PASS XMLHttpRequest() threw exception TypeError: Failed to construct 'XMLHttpReq uest': Please use the 'new' operator, this DOM object constructor cannot be call ed as a function..
29 PASS XSLTProcessor() threw exception TypeError: Failed to construct 'XSLTProcess or': Please use the 'new' operator, this DOM object constructor cannot be called as a function.. 29 PASS XSLTProcessor() threw exception TypeError: Failed to construct 'XSLTProcess or': Please use the 'new' operator, this DOM object constructor cannot be called as a function..
30 PASS successfullyParsed is true 30 PASS successfullyParsed is true
31 31
32 TEST COMPLETE 32 TEST COMPLETE
33 33
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698