mirror of
https://github.com/servo/servo.git
synced 2025-08-09 07:25:35 +01:00
Update web-platform-tests to revision 3d117ae1266e6bd039a3a1ab92b27e82c3ccc92d
This commit is contained in:
parent
647796ede6
commit
20a08918d9
132 changed files with 3012 additions and 689 deletions
|
@ -99,7 +99,6 @@ self.addEventListener('paymentrequest', event => {
|
|||
city: 'Reston',
|
||||
country: 'US',
|
||||
dependentLocality: '',
|
||||
languageCode: '',
|
||||
organization: 'Google',
|
||||
phone: '+15555555555',
|
||||
postalCode: '20190',
|
||||
|
|
|
@ -81,7 +81,6 @@ function runTests() {
|
|||
assert_equals(response.details.billingAddress.city, 'Reston');
|
||||
assert_equals(response.details.billingAddress.country, 'US');
|
||||
assert_equals(response.details.billingAddress.dependentLocality, '');
|
||||
assert_equals(response.details.billingAddress.languageCode, '');
|
||||
assert_equals(response.details.billingAddress.organization, 'Google');
|
||||
assert_equals(response.details.billingAddress.phone, '+15555555555');
|
||||
assert_equals(response.details.billingAddress.postalCode, '20190');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue