| Test WorkerLocation properties. |
| WorkerLocation: function WorkerLocation() { [native code] } |
| location: file:<...>/fast/workers/resources/worker-common.js |
| location.href: file:<...>/fast/workers/resources/worker-common.js |
| location.href === location.toString(): true |
| location.pathname: <...>/fast/workers/resources/worker-common.js |
| Object.getOwnPropertyDescriptor(location.__proto__, 'toString').writable === true: true |
| Object.getOwnPropertyDescriptor(location.__proto__, 'toString').enumerable === true: true |
| Object.getOwnPropertyDescriptor(location.__proto__, 'toString').configurable === true: true |