Update web-platform-tests to revision acdb8bf3e4714528b6b5f9ff038dc80ee4fb7dcf

This commit is contained in:
Ms2ger 2015-04-27 00:43:52 +02:00
parent 56a7981c9c
commit 93b883e1db
27 changed files with 1021 additions and 165 deletions

View file

@ -90,15 +90,6 @@
[WorkerNavigator interface: attribute onLine]
expected: FAIL
[WorkerNavigator interface: self.navigator must inherit property "language" with the proper type (7)]
expected: FAIL
[WorkerNavigator interface: self.navigator must inherit property "languages" with the proper type (8)]
expected: FAIL
[WorkerNavigator interface: self.navigator must inherit property "onLine" with the proper type (9)]
expected: FAIL
[WorkerLocation interface object length]
expected: FAIL
@ -138,3 +129,21 @@
[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
[DedicatedWorkerGlobalScope interface: calling postMessage(any,[object Object\]) on self with too few arguments must throw TypeError]
expected: FAIL
[DedicatedWorkerGlobalScope interface: self must inherit property "onmessage" with the proper type (1)]
expected: FAIL
[WorkerNavigator interface: self.navigator must inherit property "language" with the proper type (6)]
expected: FAIL
[WorkerNavigator interface: self.navigator must inherit property "languages" with the proper type (7)]
expected: FAIL
[WorkerNavigator interface: self.navigator must inherit property "onLine" with the proper type (8)]
expected: FAIL