mirror of
https://github.com/servo/servo.git
synced 2025-08-14 01:45:33 +01:00
Update web-platform-tests to revision fb15e14b52049f952612623ee0d7fb7a620a57c9
This commit is contained in:
parent
200cc8aa6b
commit
4a942c982f
141 changed files with 2563 additions and 1589 deletions
|
@ -16,7 +16,7 @@ async function setInstrumentsAndRunTests(registration) {
|
|||
{src: '/images/rgrg-256x256.png', sizes: '256x256', type: 'image/png'},
|
||||
],
|
||||
method: 'basic-card',
|
||||
capabilities: {supportedNetworks: ['mir'], supportedTypes: ['prepaid']},
|
||||
capabilities: {supportedNetworks: ['mir']},
|
||||
});
|
||||
runTests();
|
||||
}
|
||||
|
@ -25,7 +25,7 @@ function runTests() {
|
|||
promise_test(async t => {
|
||||
const response = await new PaymentRequest(
|
||||
[
|
||||
{supportedMethods: 'basic-card', data: {supportedTypes: ['prepaid']}},
|
||||
{supportedMethods: 'basic-card', data: {}},
|
||||
{supportedMethods: 'interledger', data: {supportedNetworks: ['mir']}},
|
||||
],
|
||||
{
|
||||
|
@ -60,7 +60,7 @@ function runTests() {
|
|||
},
|
||||
{
|
||||
supportedMethods: 'interledger',
|
||||
data: {supportedTypes: ['prepaid']},
|
||||
data: {},
|
||||
total: {
|
||||
label: 'Prepaid total',
|
||||
amount: {currency: 'USD', value: '0.0097'},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue