Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / workers / shared-worker-location-expected.txt
blob3eb40b7265a5ff62b93dd9182413166275258d65
1 Test WorkerLocation properties.
3 WorkerLocation: function WorkerLocation() { [native code] }
4 typeof location: object
5 location: file:<...>/fast/workers/resources/shared-worker-common.js
6 location.href: file:<...>/fast/workers/resources/shared-worker-common.js
7 location.origin: file://
8 location.protocol: file:
9 location.host: 
10 location.hostname: 
11 location.port: 
12 location.pathname: <...>/fast/workers/resources/shared-worker-common.js
13 location.search: 
14 location.hash: 
15 DONE