Update web-platform-tests to revision 33c263fb308d1c3f6ac6d2590d7292317262819d

This commit is contained in:
WPT Sync Bot 2019-08-23 10:24:44 +00:00
parent 5bf00c07c2
commit 482fda3a78
524 changed files with 14686 additions and 3270 deletions

View file

@ -7,7 +7,7 @@
expected: FAIL expected: FAIL
[Opening a blob URL in a new window immediately before revoking it works.] [Opening a blob URL in a new window immediately before revoking it works.]
expected: TIMEOUT expected: FAIL
[Opening a blob URL in a noopener about:blank window immediately before revoking it works.] [Opening a blob URL in a noopener about:blank window immediately before revoking it works.]
expected: FAIL expected: FAIL

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,4 @@
[adapter-absent-getAvailability.https.window.html]
[getAvailability() resolves with false if the system does not have an adapter.]
expected: FAIL

View file

@ -0,0 +1,4 @@
[adapter-added-getAvailability.https.window.html]
[getAvailability() resolves with true after adapter is inserted into a system with a platform that supports Bluetooth LE.]
expected: FAIL

View file

@ -0,0 +1,4 @@
[adapter-powered-off-getAvailability.https.window.html]
[getAvailability() resolves with true if the Bluetooth radio is powered off, but the platform that supports Bluetooth LE.]
expected: FAIL

View file

@ -0,0 +1,4 @@
[adapter-powered-on-getAvailability.https.window.html]
[getAvailability() resolves with true if the Bluetooth radio is powered on and the platform supports Bluetooth LE.]
expected: FAIL

View file

@ -0,0 +1,4 @@
[adapter-powered-on-off-on-getAvailability.https.window.html]
[getAvailability() is not affected by the powered state of the adapter.]
expected: FAIL

View file

@ -0,0 +1,4 @@
[adapter-removed-getAvailability.https.window.html]
[getAvailability() resolves with false after the powered on adapter is removed.]
expected: FAIL

View file

@ -0,0 +1,4 @@
[cross-origin-iframe-getAvailability.sub.https.window.html]
[getAvailability() resolves with false if called from a unique origin]
expected: FAIL

View file

@ -0,0 +1,4 @@
[gen-characteristic-is-removed.https.window.html]
[Characteristic gets removed. Reject with InvalidStateError.]
expected: FAIL

View file

@ -0,0 +1,4 @@
[gen-descriptor-get-same-object.https.window.html]
[Calls to getDescriptor should return the same object.]
expected: FAIL

View file

@ -0,0 +1,4 @@
[gen-service-is-removed.https.window.html]
[Service is removed. Reject with InvalidStateError.]
expected: FAIL

View file

@ -0,0 +1,4 @@
[gen-characteristic-is-removed-with-uuid.https.window.html]
[Characteristic gets removed. Reject with InvalidStateError.]
expected: FAIL

View file

@ -0,0 +1,4 @@
[gen-characteristic-is-removed.https.window.html]
[Characteristic gets removed. Reject with InvalidStateError.]
expected: FAIL

View file

@ -0,0 +1,4 @@
[gen-descriptor-get-same-object.https.window.html]
[Calls to getDescriptors should return the same object.]
expected: FAIL

View file

@ -0,0 +1,4 @@
[gen-service-is-removed-with-uuid.https.window.html]
[Service is removed. Reject with InvalidStateError.]
expected: FAIL

View file

@ -0,0 +1,4 @@
[gen-service-is-removed.https.window.html]
[Service is removed. Reject with InvalidStateError.]
expected: FAIL

View file

@ -0,0 +1,4 @@
[gen-characteristic-is-removed.https.window.html]
[Characteristic gets removed. Reject with InvalidStateError.]
expected: FAIL

View file

@ -0,0 +1,4 @@
[gen-characteristic-is-removed.https.window.html]
[Characteristic gets removed. Reject with InvalidStateError.]
expected: FAIL

View file

@ -0,0 +1,4 @@
[gen-characteristic-is-removed.https.window.html]
[Characteristic gets removed. Reject with InvalidStateError.]
expected: FAIL

View file

@ -0,0 +1,4 @@
[gen-service-is-removed.https.window.html]
[Service gets removed. Reject with InvalidStateError.]
expected: FAIL

View file

@ -0,0 +1,4 @@
[read-succeeds.https.window.html]
[A read request succeeds and returns the descriptor's value.]
expected: FAIL

View file

@ -0,0 +1,4 @@
[buffer-is-detached.https.window.html]
[writeValue() fails when passed a detached buffer]
expected: FAIL

View file

@ -0,0 +1,4 @@
[gen-service-is-removed.https.window.html]
[Service gets removed. Reject with InvalidStateError.]
expected: FAIL

View file

@ -0,0 +1,4 @@
[disconnected.https.window.html]
[A device disconnecting while connected should fire the gattserverdisconnected event.]
expected: FAIL

View file

@ -0,0 +1,4 @@
[disconnected_gc.https.window.html]
[A device disconnecting after the BluetoothDevice object has been GC'ed should not access freed memory.]
expected: FAIL

View file

@ -0,0 +1,4 @@
[one-event-per-disconnection.https.window.html]
[If a site disconnects from a device while the platform is disconnecting that device, only one gattserverdisconnected event should fire.]
expected: FAIL

View file

@ -0,0 +1,4 @@
[reconnect-during-disconnected-event.https.window.html]
[A device that reconnects during the gattserverdisconnected event should still receive gattserverdisconnected events after re-connection.]
expected: FAIL

View file

@ -0,0 +1,4 @@
[gen-disconnect-called-before.https.window.html]
[disconnect() called before getPrimaryService. Reject with NetworkError.]
expected: FAIL

View file

@ -0,0 +1,4 @@
[gen-disconnect-called-during-error.https.window.html]
[disconnect() called during a getPrimaryService call that fails. Reject with NetworkError.]
expected: FAIL

View file

@ -0,0 +1,4 @@
[gen-disconnect-called-during-success.https.window.html]
[disconnect() called during a getPrimaryService call that succeeds. Reject with NetworkError.]
expected: FAIL

View file

@ -0,0 +1,4 @@
[gen-disconnect-invalidates-objects.https.window.html]
[Calls on services after we disconnect and connect again. Should reject with InvalidStateError.]
expected: FAIL

View file

@ -0,0 +1,4 @@
[gen-disconnected-device.https.window.html]
[getPrimaryService called before connecting. Reject with NetworkError.]
expected: FAIL

View file

@ -0,0 +1,4 @@
[gen-discovery-complete-no-permission-absent-service.https.window.html]
[Request for absent service without permission. Should Reject with SecurityError even if services have been discovered already.]
expected: FAIL

View file

@ -0,0 +1,4 @@
[gen-discovery-complete-service-not-found.https.window.html]
[Request for absent service. Must reject with NotFoundError even when the services have previously been discovered.]
expected: FAIL

View file

@ -0,0 +1,4 @@
[gen-garbage-collection-ran-during-error.https.window.html]
[Garbage Collection ran during a getPrimaryService call that failed. Should not crash.]
expected: FAIL

View file

@ -0,0 +1,4 @@
[gen-garbage-collection-ran-during-success.https.window.html]
[Garbage Collection ran during a getPrimaryService call that succeeds. Should not crash.]
expected: FAIL

View file

@ -0,0 +1,4 @@
[gen-get-different-service-after-reconnection.https.window.html]
[Calls to getPrimaryService after a disconnection should return a different object.]
expected: FAIL

View file

@ -0,0 +1,4 @@
[gen-get-same-object.https.window.html]
[Calls to getPrimaryService should return the same object.]
expected: FAIL

View file

@ -0,0 +1,4 @@
[gen-invalid-service-name.https.window.html]
[Wrong Service name. Reject with TypeError.]
expected: FAIL

View file

@ -0,0 +1,4 @@
[gen-no-permission-absent-service.https.window.html]
[Request for absent service without permission. Reject with SecurityError.]
expected: FAIL

View file

@ -0,0 +1,4 @@
[gen-no-permission-for-any-service.https.window.html]
[Request for present service without permission to access any service. Reject with SecurityError.]
expected: FAIL

View file

@ -0,0 +1,4 @@
[gen-no-permission-present-service.https.window.html]
[Request for present service without permission. Reject with SecurityError.]
expected: FAIL

View file

@ -0,0 +1,4 @@
[gen-service-not-found.https.window.html]
[Request for absent service. Reject with NotFoundError.]
expected: FAIL

View file

@ -0,0 +1,4 @@
[gen-disconnect-called-before-with-uuid.https.window.html]
[disconnect() called before getPrimaryServices. Reject with NetworkError.]
expected: FAIL

View file

@ -0,0 +1,4 @@
[gen-disconnect-called-before.https.window.html]
[disconnect() called before getPrimaryServices. Reject with NetworkError.]
expected: FAIL

View file

@ -0,0 +1,4 @@
[gen-disconnect-called-during-error-with-uuid.https.window.html]
[disconnect() called during a getPrimaryServices call that fails. Reject with NetworkError.]
expected: FAIL

View file

@ -0,0 +1,4 @@
[gen-disconnect-called-during-error.https.window.html]
[disconnect() called during a getPrimaryServices call that fails. Reject with NetworkError.]
expected: FAIL

View file

@ -0,0 +1,4 @@
[gen-disconnect-called-during-success-with-uuid.https.window.html]
[disconnect() called during a getPrimaryServices call that succeeds. Reject with NetworkError.]
expected: FAIL

View file

@ -0,0 +1,4 @@
[gen-disconnect-called-during-success.https.window.html]
[disconnect() called during a getPrimaryServices call that succeeds. Reject with NetworkError.]
expected: FAIL

View file

@ -0,0 +1,4 @@
[gen-disconnect-invalidates-objects-with-uuid.https.window.html]
[Calls on services after we disconnect and connect again. Should reject with InvalidStateError.]
expected: FAIL

View file

@ -0,0 +1,4 @@
[gen-disconnect-invalidates-objects.https.window.html]
[Calls on services after we disconnect and connect again. Should reject with InvalidStateError.]
expected: FAIL

View file

@ -0,0 +1,4 @@
[gen-disconnected-device-with-uuid.https.window.html]
[getPrimaryServices called before connecting. Reject with NetworkError.]
expected: FAIL

View file

@ -0,0 +1,4 @@
[gen-disconnected-device.https.window.html]
[getPrimaryServices called before connecting. Reject with NetworkError.]
expected: FAIL

View file

@ -0,0 +1,4 @@
[gen-discovery-complete-no-permission-absent-service-with-uuid.https.window.html]
[Request for absent service without permission. Should Reject with SecurityError even if services have been discovered already.]
expected: FAIL

View file

@ -0,0 +1,4 @@
[gen-discovery-complete-service-not-found-with-uuid.https.window.html]
[Request for absent service. Must reject with NotFoundError even when the services have previously been discovered.]
expected: FAIL

View file

@ -0,0 +1,4 @@
[gen-garbage-collection-ran-during-error-with-uuid.https.window.html]
[Garbage Collection ran during a getPrimaryServices call that failed. Should not crash.]
expected: FAIL

View file

@ -0,0 +1,4 @@
[gen-garbage-collection-ran-during-error.https.window.html]
[Garbage Collection ran during a getPrimaryServices call that failed. Should not crash.]
expected: FAIL

View file

@ -0,0 +1,4 @@
[gen-garbage-collection-ran-during-success-with-uuid.https.window.html]
[Garbage Collection ran during a getPrimaryServices call that succeeds. Should not crash.]
expected: FAIL

View file

@ -0,0 +1,4 @@
[gen-garbage-collection-ran-during-success.https.window.html]
[Garbage Collection ran during a getPrimaryServices call that succeeds. Should not crash.]
expected: FAIL

View file

@ -0,0 +1,4 @@
[gen-get-different-service-after-reconnection-with-uuid.https.window.html]
[Calls to getPrimaryServices after a disconnection should return a different object.]
expected: FAIL

View file

@ -0,0 +1,4 @@
[gen-get-different-service-after-reconnection.https.window.html]
[Calls to getPrimaryServices after a disconnection should return a different object.]
expected: FAIL

View file

@ -0,0 +1,4 @@
[gen-get-same-object-with-uuid.https.window.html]
[Calls to getPrimaryServices should return the same object.]
expected: FAIL

View file

@ -0,0 +1,4 @@
[gen-get-same-object.https.window.html]
[Calls to getPrimaryServices should return the same object.]
expected: FAIL

View file

@ -0,0 +1,4 @@
[gen-invalid-service-name.https.window.html]
[Wrong Service name. Reject with TypeError.]
expected: FAIL

View file

@ -0,0 +1,4 @@
[gen-no-permission-absent-service-with-uuid.https.window.html]
[Request for absent service without permission. Reject with SecurityError.]
expected: FAIL

View file

@ -0,0 +1,4 @@
[gen-no-permission-for-any-service-with-uuid.https.window.html]
[Request for present service without permission to access any service. Reject with SecurityError.]
expected: FAIL

View file

@ -0,0 +1,4 @@
[gen-no-permission-for-any-service.https.window.html]
[Request for present service without permission to access any service. Reject with SecurityError.]
expected: FAIL

View file

@ -0,0 +1,4 @@
[gen-no-permission-present-service-with-uuid.https.window.html]
[Request for present service without permission. Reject with SecurityError.]
expected: FAIL

View file

@ -0,0 +1,4 @@
[gen-service-not-found-with-uuid.https.window.html]
[Request for absent service. Reject with NotFoundError.]
expected: FAIL

View file

@ -0,0 +1,4 @@
[gen-blocklisted-characteristic.https.window.html]
[Serial Number String characteristic is blocklisted. Should reject with SecurityError.]
expected: FAIL

View file

@ -0,0 +1,4 @@
[gen-characteristic-not-found.https.window.html]
[Request for absent characteristics with UUID. Reject with NotFoundError.]
expected: FAIL

View file

@ -0,0 +1,4 @@
[gen-garbage-collection-ran-during-error.https.window.html]
[Garbage Collection ran during getCharacteristic call that fails. Should not crash]
expected: FAIL

View file

@ -0,0 +1,4 @@
[gen-get-same-object.https.window.html]
[Calls to getCharacteristic should return the same object.]
expected: FAIL

View file

@ -0,0 +1,4 @@
[gen-invalid-characteristic-name.https.window.html]
[Wrong Characteristic name. Reject with TypeError.]
expected: FAIL

View file

@ -0,0 +1,4 @@
[gen-reconnect-during.https.window.html]
[disconnect() and connect() called during getCharacteristic. Reject with NetworkError.]
expected: FAIL

View file

@ -0,0 +1,4 @@
[gen-service-is-removed.https.window.html]
[Service is removed before getCharacteristic call. Reject with InvalidStateError.]
expected: FAIL

View file

@ -0,0 +1,4 @@
[gen-blocklisted-characteristic-with-uuid.https.window.html]
[Serial Number String characteristic is blocklisted. Should reject with SecurityError.]
expected: FAIL

View file

@ -0,0 +1,4 @@
[gen-characteristic-not-found-with-uuid.https.window.html]
[Request for absent characteristics with UUID. Reject with NotFoundError.]
expected: FAIL

View file

@ -0,0 +1,4 @@
[gen-garbage-collection-ran-during-error-with-uuid.https.window.html]
[Garbage Collection ran during getCharacteristics call that fails. Should not crash]
expected: FAIL

View file

@ -0,0 +1,4 @@
[gen-garbage-collection-ran-during-error.https.window.html]
[Garbage Collection ran during getCharacteristics call that fails. Should not crash]
expected: FAIL

View file

@ -0,0 +1,4 @@
[gen-get-same-object-with-uuid.https.window.html]
[Calls to getCharacteristics should return the same object.]
expected: FAIL

View file

@ -0,0 +1,4 @@
[gen-get-same-object.https.window.html]
[Calls to getCharacteristics should return the same object.]
expected: FAIL

View file

@ -0,0 +1,4 @@
[gen-invalid-characteristic-name.https.window.html]
[Wrong Characteristic name. Reject with TypeError.]
expected: FAIL

View file

@ -0,0 +1,4 @@
[gen-reconnect-during-with-uuid.https.window.html]
[disconnect() and connect() called during getCharacteristics. Reject with NetworkError.]
expected: FAIL

View file

@ -0,0 +1,4 @@
[gen-reconnect-during.https.window.html]
[disconnect() and connect() called during getCharacteristics. Reject with NetworkError.]
expected: FAIL

View file

@ -0,0 +1,4 @@
[gen-service-is-removed-with-uuid.https.window.html]
[Service is removed before getCharacteristics call. Reject with InvalidStateError.]
expected: FAIL

View file

@ -0,0 +1,4 @@
[gen-service-is-removed.https.window.html]
[Service is removed before getCharacteristics call. Reject with InvalidStateError.]
expected: FAIL

View file

@ -0,0 +1,4 @@
[background-color-interpolation.html]
[background-color-interpolation]
expected: FAIL

View file

@ -0,0 +1,4 @@
[background-position-interpolation.html]
[background-position-interpolation]
expected: FAIL

View file

@ -0,0 +1,4 @@
[background-position-origin-interpolation.html]
[background-position-origin-interpolation]
expected: FAIL

View file

@ -0,0 +1,4 @@
[background-size-interpolation.html]
[background-size-interpolation]
expected: FAIL

View file

@ -0,0 +1,2 @@
[background-position-negative-percentage-comparison.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[flexbox_align-items-stretch-3.html]
expected: FAIL

View file

@ -0,0 +1,4 @@
[font-size-adjust-interpolation.html]
[font-size-adjust interpolation]
expected: FAIL

View file

@ -0,0 +1,4 @@
[font-size-interpolation-001.html]
[font-size interpolation]
expected: FAIL

View file

@ -0,0 +1,4 @@
[font-size-interpolation-002.html]
[font-size interpolation]
expected: FAIL

View file

@ -0,0 +1,4 @@
[font-size-interpolation-003.html]
[font-size interpolation with zoom]
expected: FAIL

View file

@ -0,0 +1,4 @@
[font-variation-settings-interpolation.html]
[font-variation-settings interpolation]
expected: FAIL

View file

@ -0,0 +1,4 @@
[letter-spacing-interpolation.html]
[letter-spacing-interpolation]
expected: FAIL

Some files were not shown because too many files have changed in this diff Show more