Implement URL and trivially missing URLUtils members

Fixes #6322.
This commit is contained in:
Anthony Ramine 2015-06-13 21:49:49 +02:00
parent e7808c526c
commit a8e4558e82
26 changed files with 310 additions and 956 deletions

View file

@ -54,39 +54,9 @@
[WorkerLocation interface: attribute origin]
expected: FAIL
[WorkerLocation interface: attribute protocol]
expected: FAIL
[WorkerLocation interface: attribute host]
expected: FAIL
[WorkerLocation interface: attribute hostname]
expected: FAIL
[WorkerLocation interface: attribute port]
expected: FAIL
[WorkerLocation interface: attribute pathname]
expected: FAIL
[WorkerLocation interface: self.location must inherit property "origin" with the proper type (1)]
expected: FAIL
[WorkerLocation interface: self.location must inherit property "protocol" with the proper type (2)]
expected: FAIL
[WorkerLocation interface: self.location must inherit property "host" with the proper type (3)]
expected: FAIL
[WorkerLocation interface: self.location must inherit property "hostname" with the proper type (4)]
expected: FAIL
[WorkerLocation interface: self.location must inherit property "port" with the proper type (5)]
expected: FAIL
[WorkerLocation interface: self.location must inherit property "pathname" with the proper type (6)]
expected: FAIL
[DedicatedWorkerGlobalScope interface: self must inherit property "postMessage" with the proper type (0)]
expected: FAIL