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

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

Issue 14146002: Remove all generic expected results for which a generic Chromium expected result exists (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 8 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 | Annotate | Revision Log
OLDNEW
(Empty)
1 This tests if TypeError is thrown or not when we call a constructor as a normal function.
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4
5
6 PASS ArrayBuffer() threw exception TypeError: '[object ArrayBufferConstructor]' is not a function (evaluating 'ArrayBuffer()').
7 SKIP AudioContext is not implemented.
8 PASS FormData() threw exception TypeError: '[object FormDataConstructor]' is not a function (evaluating 'FormData()').
9 PASS DataView() threw exception TypeError: '[object DataViewConstructor]' is not a function (evaluating 'DataView()').
10 PASS EventSource() threw exception TypeError: '[object EventSourceConstructor]' is not a function (evaluating 'EventSource()').
11 PASS FileReader() threw exception TypeError: '[object FileReaderConstructor]' is not a function (evaluating 'FileReader()').
12 PASS Float32Array() threw exception TypeError: '[object Float32ArrayConstructor] ' is not a function (evaluating 'Float32Array()').
13 PASS Float64Array() threw exception TypeError: '[object Float64ArrayConstructor] ' is not a function (evaluating 'Float64Array()').
14 PASS Audio() threw exception TypeError: '[object AudioConstructor]' is not a fun ction (evaluating 'Audio()').
15 PASS Image() threw exception TypeError: '[object ImageConstructor]' is not a fun ction (evaluating 'Image()').
16 PASS Option() threw exception TypeError: '[object OptionConstructor]' is not a f unction (evaluating 'Option()').
17 PASS Int16Array() threw exception TypeError: '[object Int16ArrayConstructor]' is not a function (evaluating 'Int16Array()').
18 PASS Int32Array() threw exception TypeError: '[object Int32ArrayConstructor]' is not a function (evaluating 'Int32Array()').
19 PASS Int8Array() threw exception TypeError: '[object Int8ArrayConstructor]' is n ot a function (evaluating 'Int8Array()').
20 PASS MessageChannel() threw exception TypeError: '[object MessageChannelConstruc tor]' is not a function (evaluating 'MessageChannel()').
21 PASS SharedWorker() threw exception TypeError: '[object SharedWorkerConstructor] ' is not a function (evaluating 'SharedWorker()').
22 PASS Uint16Array() threw exception TypeError: '[object Uint16ArrayConstructor]' is not a function (evaluating 'Uint16Array()').
23 PASS Uint32Array() threw exception TypeError: '[object Uint32ArrayConstructor]' is not a function (evaluating 'Uint32Array()').
24 PASS Uint8Array() threw exception TypeError: '[object Uint8ArrayConstructor]' is not a function (evaluating 'Uint8Array()').
25 PASS WebKitCSSMatrix() threw exception TypeError: '[object WebKitCSSMatrixConstr uctor]' is not a function (evaluating 'WebKitCSSMatrix()').
26 PASS WebKitPoint() threw exception TypeError: '[object WebKitPointConstructor]' is not a function (evaluating 'WebKitPoint()').
27 PASS WebSocket() threw exception TypeError: '[object WebSocketConstructor]' is n ot a function (evaluating 'WebSocket()').
28 PASS Worker() threw exception TypeError: '[object WorkerConstructor]' is not a f unction (evaluating 'Worker()').
29 PASS XMLHttpRequest() threw exception TypeError: '[object XMLHttpRequestConstruc tor]' is not a function (evaluating 'XMLHttpRequest()').
30 PASS XSLTProcessor() threw exception TypeError: '[object XSLTProcessorConstructo r]' is not a function (evaluating 'XSLTProcessor()').
31 PASS successfullyParsed is true
32
33 TEST COMPLETE
34
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698