mirror of
https://github.com/servo/servo.git
synced 2025-08-30 09:38:19 +01:00
Update web-platform-tests to revision e29e596073468910d8655a8ec23262f17543e147
This commit is contained in:
parent
e56db1f322
commit
5e2118728a
67 changed files with 1403 additions and 821 deletions
|
@ -20,7 +20,7 @@ test(() => {
|
|||
|
||||
// Test for https://github.com/w3c/payment-request/pull/665
|
||||
test(() => {
|
||||
const uuidRegExp = /^[0-9a-f]{8}-[0-9a-f]{4}-[1-4][0-9a-f]{3}-[0-9a-f]{4}-[0-9a-f]{12}$/i;
|
||||
const uuidRegExp = /^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/i;
|
||||
const request1 = new PaymentRequest(methods, {
|
||||
total,
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue