Rename metadata directories

This renames:
 - `tests/wpt/metadata` → `tests/wpt/meta-legacy-layout`
 - `tests/wpt/metadata-layout-2020` → `tests/wpt/meta`
 - `tests/wpt/mozilla/meta` → `tests/wpt/mozilla/meta-legacy-layout`
 - `tests/wpt/mozilla/meta-layout-2020` → `tests/wpt/mozilla/meta`
This commit is contained in:
Martin Robinson 2023-06-22 14:35:02 +02:00
parent cfd24f00bc
commit f4578afdfe
No known key found for this signature in database
GPG key ID: D56AA4FA55EFE6F8
23708 changed files with 772645 additions and 694 deletions

View file

@ -1 +0,0 @@
prefs: [dom.bluetooth.enabled:true, dom.bluetooth.testing.enabled:true, dom.permissions.testing.allowed_in_nonsecure_contexts:true]

View file

@ -1,5 +0,0 @@
[watchAdvertisements-succeeds.https.html]
type: testharness
[watchAdvertisements should succeed.]
expected: FAIL

View file

@ -1,5 +0,0 @@
[device-goes-out-of-range.https.html]
type: testharness
[Device goes out of range. Reject with NetworkError.]
expected: FAIL

View file

@ -1,5 +0,0 @@
[disconnect-called-during.https.html]
type: testharness
[disconnect() called during getCharacteristic. Reject with NetworkError.]
expected: FAIL

View file

@ -1,5 +0,0 @@
[disconnect-invalidates-object.https.html]
type: testharness
[Calls on a characteristic after we disconnect and connect again. Should reject with InvalidStateError.]
expected: FAIL

View file

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

View file

@ -1,5 +0,0 @@
[device-goes-out-of-range-with-uuid.https.html]
type: testharness
[Device goes out of range with UUID. Reject with NetworkError.]
expected: FAIL

View file

@ -1,5 +0,0 @@
[device-goes-out-of-range.https.html]
type: testharness
[Device goes out of range. Reject with NetworkError.]
expected: FAIL

View file

@ -1,5 +0,0 @@
[disconnect-called-during-with-uuid.https.html]
type: testharness
[disconnect() called during getCharacteristics. Reject with NetworkError.]
expected: FAIL

View file

@ -1,5 +0,0 @@
[disconnect-called-during.https.html]
type: testharness
[disconnect() called during getCharacteristics. Reject with NetworkError.]
expected: FAIL

View file

@ -1,5 +0,0 @@
[disconnect-invalidates-objects.https.html]
type: testharness
[Calls on characteristics after we disconnect and connect again. Should reject with InvalidStateError.]
expected: FAIL

View file

@ -1,5 +0,0 @@
[device-goes-out-of-range.https.html]
type: testharness
[Device goes out of range. Reject with NetworkError.]
expected: FAIL

View file

@ -1,5 +0,0 @@
[disconnect-called-during.https.html]
type: testharness
[disconnect() called during getDescriptor. Reject with NetworkError.]
expected: FAIL

View file

@ -1,5 +0,0 @@
[device-goes-out-of-range-with-uuid.https.html]
type: testharness
[Device goes out of range. Reject with NetworkError.]
expected: FAIL

View file

@ -1,5 +0,0 @@
[device-goes-out-of-range.https.html]
type: testharness
[Device goes out of range. Reject with NetworkError.]
expected: FAIL

View file

@ -1,5 +0,0 @@
[disconnect-called-during-with-uuid.https.html]
type: testharness
[disconnect() called during getDescriptors. Reject with NetworkError.]
expected: FAIL

View file

@ -1,5 +0,0 @@
[disconnect-called-during.https.html]
type: testharness
[disconnect() called during getDescriptors. Reject with NetworkError.]
expected: FAIL

View file

@ -1,5 +0,0 @@
[device-goes-out-of-range.https.html]
type: testharness
[Device goes out of range. Reject with NetworkError.]
expected: FAIL

View file

@ -1,5 +0,0 @@
[disconnect-called-during.https.html]
type: testharness
[disconnect() called during getPrimaryService. Reject with NetworkError.]
expected: FAIL

View file

@ -1,5 +0,0 @@
[device-goes-out-of-range-with-uuid.https.html]
type: testharness
[Device goes out of range. Reject with NetworkError.]
expected: FAIL

View file

@ -1,5 +0,0 @@
[device-goes-out-of-range.https.html]
type: testharness
[Device goes out of range. Reject with NetworkError.]
expected: FAIL

View file

@ -1,5 +0,0 @@
[disconnect-called-during-with-uuid.https.html]
type: testharness
[disconnect() called during getPrimaryServices. Reject with NetworkError.]
expected: FAIL

View file

@ -1,5 +0,0 @@
[disconnect-called-during.https.html]
type: testharness
[disconnect() called during getPrimaryServices. Reject with NetworkError.]
expected: FAIL

View file

@ -1,4 +0,0 @@
[idl-BluetoothUUID.https.html]
[Non-number and non-strings]
expected: FAIL

View file

@ -1,585 +0,0 @@
[interfaces.https.html]
type: testharness
expected: ERROR
[Bluetooth interface: operation getAvailability()]
expected: FAIL
[Bluetooth interface: attribute referringDevice]
expected: FAIL
[Bluetooth interface: operation requestDevice(RequestDeviceOptions)]
expected: FAIL
[Bluetooth interface: attribute ongattserverdisconnected]
expected: FAIL
[Bluetooth interface: attribute oncharacteristicvaluechanged]
expected: FAIL
[Bluetooth interface: attribute onserviceadded]
expected: FAIL
[Bluetooth interface: attribute onservicechanged]
expected: FAIL
[Bluetooth interface: attribute onserviceremoved]
expected: FAIL
[Bluetooth interface: window.navigator.bluetooth must inherit property "referringDevice" with the proper type (2)]
expected: FAIL
[Bluetooth interface: window.navigator.bluetooth must inherit property "ongattserverdisconnected" with the proper type (4)]
expected: FAIL
[Bluetooth interface: window.navigator.bluetooth must inherit property "oncharacteristicvaluechanged" with the proper type (5)]
expected: FAIL
[Bluetooth interface: window.navigator.bluetooth must inherit property "onserviceadded" with the proper type (6)]
expected: FAIL
[Bluetooth interface: window.navigator.bluetooth must inherit property "onservicechanged" with the proper type (7)]
expected: FAIL
[Bluetooth interface: window.navigator.bluetooth must inherit property "onserviceremoved" with the proper type (8)]
expected: FAIL
[BluetoothPermissionResult interface: attribute devices]
expected: FAIL
[ValueEvent interface: existence and properties of interface object]
expected: FAIL
[ValueEvent interface object length]
expected: FAIL
[ValueEvent interface object name]
expected: FAIL
[ValueEvent interface: existence and properties of interface prototype object]
expected: FAIL
[ValueEvent interface: existence and properties of interface prototype object's "constructor" property]
expected: FAIL
[ValueEvent interface: attribute value]
expected: FAIL
[BluetoothDevice interface: operation watchAdvertisements()]
expected: FAIL
[BluetoothDevice interface: attribute oncharacteristicvaluechanged]
expected: FAIL
[BluetoothDevice interface: attribute onserviceadded]
expected: FAIL
[BluetoothDevice interface: attribute onservicechanged]
expected: FAIL
[BluetoothDevice interface: attribute onserviceremoved]
expected: FAIL
[BluetoothManufacturerDataMap interface: existence and properties of interface object]
expected: FAIL
[BluetoothManufacturerDataMap interface object length]
expected: FAIL
[BluetoothManufacturerDataMap interface object name]
expected: FAIL
[BluetoothManufacturerDataMap interface: existence and properties of interface prototype object]
expected: FAIL
[BluetoothManufacturerDataMap interface: existence and properties of interface prototype object's "constructor" property]
expected: FAIL
[BluetoothServiceDataMap interface: existence and properties of interface object]
expected: FAIL
[BluetoothServiceDataMap interface object length]
expected: FAIL
[BluetoothServiceDataMap interface object name]
expected: FAIL
[BluetoothServiceDataMap interface: existence and properties of interface prototype object]
expected: FAIL
[BluetoothServiceDataMap interface: existence and properties of interface prototype object's "constructor" property]
expected: FAIL
[BluetoothAdvertisingEvent interface: attribute uuids]
expected: FAIL
[BluetoothAdvertisingEvent interface: attribute manufacturerData]
expected: FAIL
[BluetoothAdvertisingEvent interface: attribute serviceData]
expected: FAIL
[BluetoothRemoteGATTServer interface: operation connect()]
expected: FAIL
[BluetoothRemoteGATTServer interface: operation getPrimaryService(BluetoothServiceUUID)]
expected: FAIL
[BluetoothRemoteGATTServer interface: operation getPrimaryServices(BluetoothServiceUUID)]
expected: FAIL
[BluetoothRemoteGATTService interface: operation getCharacteristic(BluetoothCharacteristicUUID)]
expected: FAIL
[BluetoothRemoteGATTService interface: operation getCharacteristics(BluetoothCharacteristicUUID)]
expected: FAIL
[BluetoothRemoteGATTService interface: operation getIncludedService(BluetoothServiceUUID)]
expected: FAIL
[BluetoothRemoteGATTService interface: operation getIncludedServices(BluetoothServiceUUID)]
expected: FAIL
[BluetoothRemoteGATTService interface: attribute oncharacteristicvaluechanged]
expected: FAIL
[BluetoothRemoteGATTCharacteristic interface: operation getDescriptor(BluetoothDescriptorUUID)]
expected: FAIL
[BluetoothRemoteGATTCharacteristic interface: operation getDescriptors(BluetoothDescriptorUUID)]
expected: FAIL
[BluetoothRemoteGATTCharacteristic interface: operation readValue()]
expected: FAIL
[BluetoothRemoteGATTCharacteristic interface: operation writeValue(BufferSource)]
expected: FAIL
[BluetoothRemoteGATTCharacteristic interface: operation startNotifications()]
expected: FAIL
[BluetoothRemoteGATTCharacteristic interface: operation stopNotifications()]
expected: FAIL
[BluetoothRemoteGATTDescriptor interface: operation readValue()]
expected: FAIL
[BluetoothRemoteGATTDescriptor interface: operation writeValue(BufferSource)]
expected: FAIL
[BluetoothDevice must be primary interface of bluetooth_device]
expected: FAIL
[Stringification of bluetooth_device]
expected: FAIL
[BluetoothDevice interface: bluetooth_device must inherit property "id" with the proper type (0)]
expected: FAIL
[BluetoothDevice interface: bluetooth_device must inherit property "name" with the proper type (1)]
expected: FAIL
[BluetoothDevice interface: bluetooth_device must inherit property "gatt" with the proper type (2)]
expected: FAIL
[BluetoothDevice interface: bluetooth_device must inherit property "watchAdvertisements" with the proper type (3)]
expected: FAIL
[BluetoothDevice interface: bluetooth_device must inherit property "unwatchAdvertisements" with the proper type (4)]
expected: FAIL
[BluetoothDevice interface: bluetooth_device must inherit property "watchingAdvertisements" with the proper type (5)]
expected: FAIL
[BluetoothDevice interface: bluetooth_device must inherit property "ongattserverdisconnected" with the proper type (6)]
expected: FAIL
[BluetoothDevice interface: bluetooth_device must inherit property "oncharacteristicvaluechanged" with the proper type (7)]
expected: FAIL
[BluetoothDevice interface: bluetooth_device must inherit property "onserviceadded" with the proper type (8)]
expected: FAIL
[BluetoothDevice interface: bluetooth_device must inherit property "onservicechanged" with the proper type (9)]
expected: FAIL
[BluetoothDevice interface: bluetooth_device must inherit property "onserviceremoved" with the proper type (10)]
expected: FAIL
[BluetoothRemoteGATTServer must be primary interface of bluetooth_server]
expected: FAIL
[Stringification of bluetooth_server]
expected: FAIL
[BluetoothRemoteGATTServer interface: bluetooth_server must inherit property "device" with the proper type (0)]
expected: FAIL
[BluetoothRemoteGATTServer interface: bluetooth_server must inherit property "connected" with the proper type (1)]
expected: FAIL
[BluetoothRemoteGATTServer interface: bluetooth_server must inherit property "connect" with the proper type (2)]
expected: FAIL
[BluetoothRemoteGATTServer interface: bluetooth_server must inherit property "disconnect" with the proper type (3)]
expected: FAIL
[BluetoothRemoteGATTServer interface: bluetooth_server must inherit property "getPrimaryService" with the proper type (4)]
expected: FAIL
[BluetoothRemoteGATTServer interface: calling getPrimaryService(BluetoothServiceUUID) on bluetooth_server with too few arguments must throw TypeError]
expected: FAIL
[BluetoothRemoteGATTServer interface: bluetooth_server must inherit property "getPrimaryServices" with the proper type (5)]
expected: FAIL
[BluetoothRemoteGATTServer interface: calling getPrimaryServices(BluetoothServiceUUID) on bluetooth_server with too few arguments must throw TypeError]
expected: FAIL
[BluetoothRemoteGATTService must be primary interface of bluetooth_service]
expected: FAIL
[Stringification of bluetooth_service]
expected: FAIL
[BluetoothRemoteGATTService interface: bluetooth_service must inherit property "device" with the proper type (0)]
expected: FAIL
[BluetoothRemoteGATTService interface: bluetooth_service must inherit property "uuid" with the proper type (1)]
expected: FAIL
[BluetoothRemoteGATTService interface: bluetooth_service must inherit property "isPrimary" with the proper type (2)]
expected: FAIL
[BluetoothRemoteGATTService interface: bluetooth_service must inherit property "getCharacteristic" with the proper type (3)]
expected: FAIL
[BluetoothRemoteGATTService interface: calling getCharacteristic(BluetoothCharacteristicUUID) on bluetooth_service with too few arguments must throw TypeError]
expected: FAIL
[BluetoothRemoteGATTService interface: bluetooth_service must inherit property "getCharacteristics" with the proper type (4)]
expected: FAIL
[BluetoothRemoteGATTService interface: calling getCharacteristics(BluetoothCharacteristicUUID) on bluetooth_service with too few arguments must throw TypeError]
expected: FAIL
[BluetoothRemoteGATTService interface: bluetooth_service must inherit property "getIncludedService" with the proper type (5)]
expected: FAIL
[BluetoothRemoteGATTService interface: calling getIncludedService(BluetoothServiceUUID) on bluetooth_service with too few arguments must throw TypeError]
expected: FAIL
[BluetoothRemoteGATTService interface: bluetooth_service must inherit property "getIncludedServices" with the proper type (6)]
expected: FAIL
[BluetoothRemoteGATTService interface: calling getIncludedServices(BluetoothServiceUUID) on bluetooth_service with too few arguments must throw TypeError]
expected: FAIL
[BluetoothRemoteGATTService interface: bluetooth_service must inherit property "oncharacteristicvaluechanged" with the proper type (7)]
expected: FAIL
[BluetoothRemoteGATTService interface: bluetooth_service must inherit property "onserviceadded" with the proper type (8)]
expected: FAIL
[BluetoothRemoteGATTService interface: bluetooth_service must inherit property "onservicechanged" with the proper type (9)]
expected: FAIL
[BluetoothRemoteGATTService interface: bluetooth_service must inherit property "onserviceremoved" with the proper type (10)]
expected: FAIL
[BluetoothRemoteGATTCharacteristic must be primary interface of bluetooth_characteristic]
expected: FAIL
[Stringification of bluetooth_characteristic]
expected: FAIL
[BluetoothRemoteGATTCharacteristic interface: bluetooth_characteristic must inherit property "service" with the proper type (0)]
expected: FAIL
[BluetoothRemoteGATTCharacteristic interface: bluetooth_characteristic must inherit property "uuid" with the proper type (1)]
expected: FAIL
[BluetoothRemoteGATTCharacteristic interface: bluetooth_characteristic must inherit property "properties" with the proper type (2)]
expected: FAIL
[BluetoothRemoteGATTCharacteristic interface: bluetooth_characteristic must inherit property "value" with the proper type (3)]
expected: FAIL
[BluetoothRemoteGATTCharacteristic interface: bluetooth_characteristic must inherit property "getDescriptor" with the proper type (4)]
expected: FAIL
[BluetoothRemoteGATTCharacteristic interface: calling getDescriptor(BluetoothDescriptorUUID) on bluetooth_characteristic with too few arguments must throw TypeError]
expected: FAIL
[BluetoothRemoteGATTCharacteristic interface: bluetooth_characteristic must inherit property "getDescriptors" with the proper type (5)]
expected: FAIL
[BluetoothRemoteGATTCharacteristic interface: calling getDescriptors(BluetoothDescriptorUUID) on bluetooth_characteristic with too few arguments must throw TypeError]
expected: FAIL
[BluetoothRemoteGATTCharacteristic interface: bluetooth_characteristic must inherit property "readValue" with the proper type (6)]
expected: FAIL
[BluetoothRemoteGATTCharacteristic interface: bluetooth_characteristic must inherit property "writeValue" with the proper type (7)]
expected: FAIL
[BluetoothRemoteGATTCharacteristic interface: calling writeValue(BufferSource) on bluetooth_characteristic with too few arguments must throw TypeError]
expected: FAIL
[BluetoothRemoteGATTCharacteristic interface: bluetooth_characteristic must inherit property "startNotifications" with the proper type (8)]
expected: FAIL
[BluetoothRemoteGATTCharacteristic interface: bluetooth_characteristic must inherit property "stopNotifications" with the proper type (9)]
expected: FAIL
[BluetoothRemoteGATTCharacteristic interface: bluetooth_characteristic must inherit property "oncharacteristicvaluechanged" with the proper type (10)]
expected: FAIL
[BluetoothCharacteristicProperties must be primary interface of bluetooth_properties]
expected: FAIL
[Stringification of bluetooth_properties]
expected: FAIL
[BluetoothCharacteristicProperties interface: bluetooth_properties must inherit property "broadcast" with the proper type (0)]
expected: FAIL
[BluetoothCharacteristicProperties interface: bluetooth_properties must inherit property "read" with the proper type (1)]
expected: FAIL
[BluetoothCharacteristicProperties interface: bluetooth_properties must inherit property "writeWithoutResponse" with the proper type (2)]
expected: FAIL
[BluetoothCharacteristicProperties interface: bluetooth_properties must inherit property "write" with the proper type (3)]
expected: FAIL
[BluetoothCharacteristicProperties interface: bluetooth_properties must inherit property "notify" with the proper type (4)]
expected: FAIL
[BluetoothCharacteristicProperties interface: bluetooth_properties must inherit property "indicate" with the proper type (5)]
expected: FAIL
[BluetoothCharacteristicProperties interface: bluetooth_properties must inherit property "authenticatedSignedWrites" with the proper type (6)]
expected: FAIL
[BluetoothCharacteristicProperties interface: bluetooth_properties must inherit property "reliableWrite" with the proper type (7)]
expected: FAIL
[BluetoothCharacteristicProperties interface: bluetooth_properties must inherit property "writableAuxiliaries" with the proper type (8)]
expected: FAIL
[BluetoothRemoteGATTDescriptor must be primary interface of bluetooth_descriptor]
expected: FAIL
[Stringification of bluetooth_descriptor]
expected: FAIL
[BluetoothRemoteGATTDescriptor interface: bluetooth_descriptor must inherit property "characteristic" with the proper type (0)]
expected: FAIL
[BluetoothRemoteGATTDescriptor interface: bluetooth_descriptor must inherit property "uuid" with the proper type (1)]
expected: FAIL
[BluetoothRemoteGATTDescriptor interface: bluetooth_descriptor must inherit property "value" with the proper type (2)]
expected: FAIL
[BluetoothRemoteGATTDescriptor interface: bluetooth_descriptor must inherit property "readValue" with the proper type (3)]
expected: FAIL
[BluetoothRemoteGATTDescriptor interface: bluetooth_descriptor must inherit property "writeValue" with the proper type (4)]
expected: FAIL
[BluetoothRemoteGATTDescriptor interface: calling writeValue(BufferSource) on bluetooth_descriptor with too few arguments must throw TypeError]
expected: FAIL
[Bluetooth interface: window.navigator.bluetooth must inherit property "referringDevice" with the proper type]
expected: FAIL
[Bluetooth interface: window.navigator.bluetooth must inherit property "ongattserverdisconnected" with the proper type]
expected: FAIL
[Bluetooth interface: window.navigator.bluetooth must inherit property "oncharacteristicvaluechanged" with the proper type]
expected: FAIL
[Bluetooth interface: window.navigator.bluetooth must inherit property "onserviceadded" with the proper type]
expected: FAIL
[Bluetooth interface: window.navigator.bluetooth must inherit property "onservicechanged" with the proper type]
expected: FAIL
[Bluetooth interface: window.navigator.bluetooth must inherit property "onserviceremoved" with the proper type]
expected: FAIL
[BluetoothDevice interface: bluetooth_device must inherit property "id" with the proper type]
expected: FAIL
[BluetoothDevice interface: bluetooth_device must inherit property "name" with the proper type]
expected: FAIL
[BluetoothDevice interface: bluetooth_device must inherit property "gatt" with the proper type]
expected: FAIL
[BluetoothDevice interface: bluetooth_device must inherit property "watchAdvertisements()" with the proper type]
expected: FAIL
[BluetoothDevice interface: bluetooth_device must inherit property "unwatchAdvertisements()" with the proper type]
expected: FAIL
[BluetoothDevice interface: bluetooth_device must inherit property "watchingAdvertisements" with the proper type]
expected: FAIL
[BluetoothDevice interface: bluetooth_device must inherit property "ongattserverdisconnected" with the proper type]
expected: FAIL
[BluetoothDevice interface: bluetooth_device must inherit property "oncharacteristicvaluechanged" with the proper type]
expected: FAIL
[BluetoothDevice interface: bluetooth_device must inherit property "onserviceadded" with the proper type]
expected: FAIL
[BluetoothDevice interface: bluetooth_device must inherit property "onservicechanged" with the proper type]
expected: FAIL
[BluetoothDevice interface: bluetooth_device must inherit property "onserviceremoved" with the proper type]
expected: FAIL
[BluetoothRemoteGATTServer interface: bluetooth_server must inherit property "device" with the proper type]
expected: FAIL
[BluetoothRemoteGATTServer interface: bluetooth_server must inherit property "connected" with the proper type]
expected: FAIL
[BluetoothRemoteGATTServer interface: bluetooth_server must inherit property "connect()" with the proper type]
expected: FAIL
[BluetoothRemoteGATTServer interface: bluetooth_server must inherit property "disconnect()" with the proper type]
expected: FAIL
[BluetoothRemoteGATTServer interface: bluetooth_server must inherit property "getPrimaryService(BluetoothServiceUUID)" with the proper type]
expected: FAIL
[BluetoothRemoteGATTServer interface: bluetooth_server must inherit property "getPrimaryServices(BluetoothServiceUUID)" with the proper type]
expected: FAIL
[BluetoothRemoteGATTService interface: bluetooth_service must inherit property "device" with the proper type]
expected: FAIL
[BluetoothRemoteGATTService interface: bluetooth_service must inherit property "uuid" with the proper type]
expected: FAIL
[BluetoothRemoteGATTService interface: bluetooth_service must inherit property "isPrimary" with the proper type]
expected: FAIL
[BluetoothRemoteGATTService interface: bluetooth_service must inherit property "getCharacteristic(BluetoothCharacteristicUUID)" with the proper type]
expected: FAIL
[BluetoothRemoteGATTService interface: bluetooth_service must inherit property "getCharacteristics(BluetoothCharacteristicUUID)" with the proper type]
expected: FAIL
[BluetoothRemoteGATTService interface: bluetooth_service must inherit property "getIncludedService(BluetoothServiceUUID)" with the proper type]
expected: FAIL
[BluetoothRemoteGATTService interface: bluetooth_service must inherit property "getIncludedServices(BluetoothServiceUUID)" with the proper type]
expected: FAIL
[BluetoothRemoteGATTService interface: bluetooth_service must inherit property "oncharacteristicvaluechanged" with the proper type]
expected: FAIL
[BluetoothRemoteGATTService interface: bluetooth_service must inherit property "onserviceadded" with the proper type]
expected: FAIL
[BluetoothRemoteGATTService interface: bluetooth_service must inherit property "onservicechanged" with the proper type]
expected: FAIL
[BluetoothRemoteGATTService interface: bluetooth_service must inherit property "onserviceremoved" with the proper type]
expected: FAIL
[BluetoothRemoteGATTCharacteristic interface: bluetooth_characteristic must inherit property "service" with the proper type]
expected: FAIL
[BluetoothRemoteGATTCharacteristic interface: bluetooth_characteristic must inherit property "uuid" with the proper type]
expected: FAIL
[BluetoothRemoteGATTCharacteristic interface: bluetooth_characteristic must inherit property "properties" with the proper type]
expected: FAIL
[BluetoothRemoteGATTCharacteristic interface: bluetooth_characteristic must inherit property "value" with the proper type]
expected: FAIL
[BluetoothRemoteGATTCharacteristic interface: bluetooth_characteristic must inherit property "getDescriptor(BluetoothDescriptorUUID)" with the proper type]
expected: FAIL
[BluetoothRemoteGATTCharacteristic interface: bluetooth_characteristic must inherit property "getDescriptors(BluetoothDescriptorUUID)" with the proper type]
expected: FAIL
[BluetoothRemoteGATTCharacteristic interface: bluetooth_characteristic must inherit property "readValue()" with the proper type]
expected: FAIL
[BluetoothRemoteGATTCharacteristic interface: bluetooth_characteristic must inherit property "writeValue(BufferSource)" with the proper type]
expected: FAIL
[BluetoothRemoteGATTCharacteristic interface: bluetooth_characteristic must inherit property "startNotifications()" with the proper type]
expected: FAIL
[BluetoothRemoteGATTCharacteristic interface: bluetooth_characteristic must inherit property "stopNotifications()" with the proper type]
expected: FAIL
[BluetoothRemoteGATTCharacteristic interface: bluetooth_characteristic must inherit property "oncharacteristicvaluechanged" with the proper type]
expected: FAIL
[BluetoothCharacteristicProperties interface: bluetooth_properties must inherit property "broadcast" with the proper type]
expected: FAIL
[BluetoothCharacteristicProperties interface: bluetooth_properties must inherit property "read" with the proper type]
expected: FAIL
[BluetoothCharacteristicProperties interface: bluetooth_properties must inherit property "writeWithoutResponse" with the proper type]
expected: FAIL
[BluetoothCharacteristicProperties interface: bluetooth_properties must inherit property "write" with the proper type]
expected: FAIL
[BluetoothCharacteristicProperties interface: bluetooth_properties must inherit property "notify" with the proper type]
expected: FAIL
[BluetoothCharacteristicProperties interface: bluetooth_properties must inherit property "indicate" with the proper type]
expected: FAIL
[BluetoothCharacteristicProperties interface: bluetooth_properties must inherit property "authenticatedSignedWrites" with the proper type]
expected: FAIL
[BluetoothCharacteristicProperties interface: bluetooth_properties must inherit property "reliableWrite" with the proper type]
expected: FAIL
[BluetoothCharacteristicProperties interface: bluetooth_properties must inherit property "writableAuxiliaries" with the proper type]
expected: FAIL
[BluetoothRemoteGATTDescriptor interface: bluetooth_descriptor must inherit property "characteristic" with the proper type]
expected: FAIL
[BluetoothRemoteGATTDescriptor interface: bluetooth_descriptor must inherit property "uuid" with the proper type]
expected: FAIL
[BluetoothRemoteGATTDescriptor interface: bluetooth_descriptor must inherit property "value" with the proper type]
expected: FAIL
[BluetoothRemoteGATTDescriptor interface: bluetooth_descriptor must inherit property "readValue()" with the proper type]
expected: FAIL
[BluetoothRemoteGATTDescriptor interface: bluetooth_descriptor must inherit property "writeValue(BufferSource)" with the proper type]
expected: FAIL
[ValueEvent interface: existence and properties of interface prototype object's @@unscopables property]
expected: FAIL
[BluetoothManufacturerDataMap interface: existence and properties of interface prototype object's @@unscopables property]
expected: FAIL
[BluetoothServiceDataMap interface: existence and properties of interface prototype object's @@unscopables property]
expected: FAIL
[Untitled]
expected: FAIL
[interfaces]
expected: FAIL

View file

@ -1,5 +0,0 @@
[device-goes-out-of-range.https.html]
type: testharness
[Device goes out of range. Reject with NetworkError.]
expected: FAIL

View file

@ -1,5 +0,0 @@
[disconnect-called-during.https.html]
type: testharness
[disconnect() called during readValue. Reject with NetworkError.]
expected: FAIL

View file

@ -1,5 +0,0 @@
[event-is-fired.https.html]
type: testharness
[Reading a characteristic should fire an event.]
expected: FAIL

View file

@ -1,5 +0,0 @@
[device-goes-out-of-range.https.html]
type: testharness
[Device goes out of range. Reject with NetworkError.]
expected: FAIL

View file

@ -1,5 +0,0 @@
[disconnect-called-during.https.html]
type: testharness
[disconnect() called during startNotifications. Reject with NetworkError.]
expected: FAIL

View file

@ -1,5 +0,0 @@
[disconnect-called-during.https.html]
type: testharness
[disconnect() called during stopNotifications. Reject with InvalidStateError.]
expected: FAIL

View file

@ -1,5 +0,0 @@
[device-goes-out-of-range.https.html]
type: testharness
[Device goes out of range. Reject with NetworkError.]
expected: FAIL

View file

@ -1,5 +0,0 @@
[device-goes-out-of-range.https.html]
type: testharness
[Device goes out of range. Reject with NetworkError.]
expected: FAIL

View file

@ -1,3 +0,0 @@
[abs-overflow-stackingcontext.html]
type: reftest
disabled: https://github.com/servo/servo/issues/9033

View file

@ -1,3 +1,2 @@
[acid2-wrapper.html]
type: reftest
disabled: https://github.com/servo/servo/issues/9310
expected: FAIL

View file

@ -1,3 +1,2 @@
[acid2_noscroll.html]
type: reftest
expected: FAIL

View file

@ -1,3 +1,2 @@
[acid2_ref.html]
type: reftest
expected: FAIL

View file

@ -0,0 +1,2 @@
[block_formatting_context_containing_floats_a.html]
expected: FAIL

View file

@ -1,3 +1,2 @@
[border-image-linear-gradient.html]
type: reftest
expected: FAIL

View file

@ -1,2 +1,2 @@
[border-radius-image.html]
fuzzy: /_mozilla/css/border-radius-image-ref.html:63;696
expected: FAIL

View file

@ -0,0 +1,2 @@
[border_collapse_row_a.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[border_collapse_simple_a.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[border_inline_split.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[border_radius_clipping_contents_a.html]
expected: FAIL

View file

@ -1,3 +1,2 @@
[border_radius_zero_sizes_a.html]
type: reftest
expected: FAIL

View file

@ -0,0 +1,2 @@
[border_spacing_a.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[border_spacing_auto_layout_a.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[border_spacing_fixed_layout_a.html]
expected: FAIL

View file

@ -1,3 +1,2 @@
[borders_a.html]
type: reftest
expected: FAIL

View file

@ -0,0 +1,2 @@
[box_shadow_bg.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[box_shadow_blur_a.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[box_shadow_border_box_a.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[box_shadow_inset_a.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[box_shadow_inset_bg.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[box_shadow_paint_order_a.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[box_shadow_spread_a.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[button_css_width.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[clear_generated_content_table_a.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[content_color.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[counters_nested_a.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[counters_simple_a.html]
expected: FAIL

View file

@ -1,3 +1,2 @@
prefs: [layout.threads:1]
[direction_style_caching.html]
type: reftest
expected: FAIL

View file

@ -1,3 +0,0 @@
[dirty_viewport.html]
type: reftest
disabled: https://github.com/servo/servo/issues/13731

View file

@ -0,0 +1,2 @@
[ellipsis_font_panic.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[empty_cells_a.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[fixed_position_css_clip.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[flex_nochild.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[flex_row_direction.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[float_clearance_intrinsic_width_a.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[float_intrinsic_height.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[float_table_a.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[floated_table_with_margin_a.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[floats_inline_margins_a.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[floats_margin_collapse_with_clearance_a.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[floats_percentage_width_a.html]
expected: FAIL

View file

@ -1,4 +1,2 @@
[font_fallback_01.html]
type: reftest
expected:
if os == "linux": FAIL
expected: FAIL

View file

@ -1,4 +1,2 @@
[font_fallback_02.html]
type: reftest
expected:
if os == "linux": FAIL
expected: FAIL

View file

@ -0,0 +1,2 @@
[font_fallback_03.html]
expected: FAIL

View file

@ -0,0 +1,6 @@
[get-computed-style-for-url.html]
[getComputedStyle(elem) and elem.style for url() borderImage correctly return "none"]
expected: FAIL
[getComputedStyle(elem) for url() borderImage uses the resolved URL and elem.style uses the original URL]
expected: FAIL

View file

@ -1,3 +0,0 @@
[hide_after_create.html]
type: reftest
disabled: https://github.com/servo/servo/issues/13059

View file

@ -1,3 +0,0 @@
[hide_layers1.html]
type: reftest
disabled: https://github.com/servo/servo/issues/13059

View file

@ -1,3 +0,0 @@
[hide_layers2.html]
type: reftest
disabled: https://github.com/servo/servo/issues/13059

View file

@ -1,3 +1,2 @@
prefs: [layout.writing-mode.enabled:true]
[size_attributes_vertical_writing_mode.html]
type: reftest
expected: FAIL

View file

@ -1,3 +0,0 @@
[incremental_trailing_whitespace_a.html]
type: reftest
disabled: https://github.com/servo/servo/issues/10473

View file

@ -0,0 +1,2 @@
[inline_absolute_hypothetical_baseline_a.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[inline_absolute_hypothetical_metrics_a.html]
expected: FAIL

View file

@ -1,4 +1,2 @@
[inline_block_baseline_a.html]
expected:
if os == "linux": FAIL
fuzzy: /_mozilla/css/inline_block_baseline_ref.html:49;2097
expected: FAIL

View file

@ -0,0 +1,2 @@
[inline_block_block_direction_margins_a.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[inline_block_centering_a.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[inline_block_img_a.html]
expected: FAIL

View file

@ -1,4 +0,0 @@
[inline_block_opacity_change.html]
type: reftest
expected: PASS
disabled: https://github.com/servo/servo/issues/13360

View file

@ -0,0 +1,2 @@
[input_selection_a.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[input_selection_incremental_a.html]
expected: FAIL

View file

@ -1,3 +0,0 @@
[jumpiness_a.html]
type: reftest
disabled: https://github.com/servo/servo/issues/8127

View file

@ -0,0 +1,2 @@
[legacy_cellspacing_attribute_a.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[line_height_float_placement_a.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[linear_gradients_non_square_a.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[linear_gradients_reverse_a.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[linebreak_inline_span_a.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[linebreak_simple_a.html]
expected: FAIL

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