Update web-platform-tests to revision ef625c6ac28d0ac07ef0c62a6f22c10d14a2623a

This commit is contained in:
WPT Sync Bot 2019-01-23 21:00:43 -05:00
parent 5b41c01bdc
commit bd01f2fabd
125 changed files with 3871 additions and 323 deletions

View file

@ -7,7 +7,16 @@
<script>
"use strict";
const testMethod = Object.freeze({ supportedMethods: "not-a-real-method" });
const applePay = Object.freeze({ supportedMethods: "https://apple.com/apple-pay" });
const applePay = Object.freeze({
supportedMethods: "https://apple.com/apple-pay",
data: {
version: 3,
merchantIdentifier: "merchant.com.example",
countryCode: "US",
merchantCapabilities: ["supports3DS"],
supportedNetworks: ["visa"],
},
});
const defaultMethods = Object.freeze([testMethod, applePay]);
const defaultDetails = Object.freeze({
total: {