blob: 39a5a7af3cc77e5f4dc99bbeb1453d2c219095c2 [file] [log] [blame]
PASS Global object's getter throws when called on incompatible object
PASS Global object's setter throws when called on incompatible object
PASS Global object's operation throws when called on incompatible object
FAIL Global object's getter works when called on null / undefined The WorkerGlobalScope.location getter can only be used on instances of WorkerGlobalScope
FAIL Global object's setter works when called on null / undefined The WorkerGlobalScope.ononline setter can only be used on instances of WorkerGlobalScope
PASS Global object's operation works when called on null / undefined