mirror of
https://github.com/servo/servo.git
synced 2025-08-13 09:25:32 +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
|
@ -74,7 +74,6 @@ function runManualTest(button, expected = {}) {
|
|||
dependentLocality: '',
|
||||
postalCode: '6095',
|
||||
sortingCode: '',
|
||||
languageCode: 'en',
|
||||
organization: 'w3c',
|
||||
recipient: 'web platform test',
|
||||
phone: '+61733780000',
|
||||
|
|
|
@ -56,11 +56,6 @@ function retryShowsShippingAddressMember(button, error) {
|
|||
The payment sheet shows "DEPENDENTLOCALITY ERROR" for the shipping address' dependentLocality.
|
||||
</button>
|
||||
</li>
|
||||
<li>
|
||||
<button onclick="retryShowsShippingAddressMember(this, { languageCode: 'LANGUAGECODE ERROR' });">
|
||||
The payment sheet shows "LANGUAGECODE ERROR" for the shipping address' languageCode.
|
||||
</button>
|
||||
</li>
|
||||
<li>
|
||||
<button onclick="retryShowsShippingAddressMember(this, { organization: 'ORGANIZATION ERROR' });">
|
||||
The payment sheet shows "ORGANIZATION ERROR" for the shipping address' organization.
|
||||
|
|
|
@ -19,6 +19,8 @@
|
|||
["paymentRequestId", "PaymentRequest"],
|
||||
["paymentRequestId", "PaymentResponse"],
|
||||
|
||||
// https://github.com/w3c/payment-request/pull/765
|
||||
["languageCode", "PaymentAddress"],
|
||||
].forEach(([member, interf]) => {
|
||||
test(() => {
|
||||
assert_false(member in window[interf].prototype);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue