| Index: LayoutTests/webexposed/global-constructors-listing-worker-expected.txt
|
| diff --git a/LayoutTests/webexposed/global-constructors-listing-worker-expected.txt b/LayoutTests/webexposed/global-constructors-listing-worker-expected.txt
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..e1414fe179c061386a73f30343915a19acdfc114
|
| --- /dev/null
|
| +++ b/LayoutTests/webexposed/global-constructors-listing-worker-expected.txt
|
| @@ -0,0 +1,68 @@
|
| +This test documents the Constructor properties on the global worker context.
|
| +
|
| +On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
| +
|
| +
|
| +Starting worker: resources/global-context-constructors-listing.js
|
| +[Worker] Array
|
| +[Worker] ArrayBuffer
|
| +[Worker] Blob
|
| +[Worker] Boolean
|
| +[Worker] DataView
|
| +[Worker] Date
|
| +[Worker] Error
|
| +[Worker] EvalError
|
| +[Worker] EventSource
|
| +[Worker] FileError
|
| +[Worker] FileException
|
| +[Worker] FileReader
|
| +[Worker] FileReaderSync
|
| +[Worker] Float32Array
|
| +[Worker] Float64Array
|
| +[Worker] Function
|
| +[Worker] IDBCursor
|
| +[Worker] IDBCursorWithValue
|
| +[Worker] IDBDatabase
|
| +[Worker] IDBFactory
|
| +[Worker] IDBIndex
|
| +[Worker] IDBKeyRange
|
| +[Worker] IDBObjectStore
|
| +[Worker] IDBOpenDBRequest
|
| +[Worker] IDBRequest
|
| +[Worker] IDBTransaction
|
| +[Worker] IDBVersionChangeEvent
|
| +[Worker] Int16Array
|
| +[Worker] Int32Array
|
| +[Worker] Int8Array
|
| +[Worker] MessageChannel
|
| +[Worker] MessageEvent
|
| +[Worker] Number
|
| +[Worker] Object
|
| +[Worker] RangeError
|
| +[Worker] ReferenceError
|
| +[Worker] RegExp
|
| +[Worker] String
|
| +[Worker] SyntaxError
|
| +[Worker] TypeError
|
| +[Worker] URIError
|
| +[Worker] URL
|
| +[Worker] Uint16Array
|
| +[Worker] Uint32Array
|
| +[Worker] Uint8Array
|
| +[Worker] Uint8ClampedArray
|
| +[Worker] WebSocket
|
| +[Worker] WorkerLocation
|
| +[Worker] XMLHttpRequest
|
| +[Worker] webkitIDBCursor
|
| +[Worker] webkitIDBDatabase
|
| +[Worker] webkitIDBFactory
|
| +[Worker] webkitIDBIndex
|
| +[Worker] webkitIDBKeyRange
|
| +[Worker] webkitIDBObjectStore
|
| +[Worker] webkitIDBRequest
|
| +[Worker] webkitIDBTransaction
|
| +[Worker] webkitURL
|
| +PASS successfullyParsed is true
|
| +
|
| +TEST COMPLETE
|
| +
|
|
|