blob: 15319b4b92f5febf6a4d22a4bfb569f0c4c5688f [file] [log] [blame]
Tests that self.hasOwnProperty() works in workers
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
self.hasOwnProperty('DedicatedWorkerGlobalScope'): true
self.hasOwnProperty('WorkerGlobalScope'): true
self.hasOwnProperty('postMessage'): true
self.hasOwnProperty('IDBDatabase'): true
PASS successfullyParsed is true
TEST COMPLETE