Bug 1795723 - Unified extensions UI should support High Contrast Mode. r=ayeddi,deskt...
[gecko.git] / dom / payments / test / mochitest.ini
blob2b302feed6890f408a24f990c72f230256068b67
1 [DEFAULT]
2 prefs =
3 dom.payments.request.enabled=true
4 # Android crashes on nearly all tests, bug 1525959
5 skip-if =
6 true # we don't ship webpayments right now bug 1514425
7 scheme = https
8 support-files =
9 blank_page.html
10 bug1478740.html
11 simple_payment_request.html
12 echo_payment_request.html
13 BasiccardChromeScript.js
14 Bug1478740ChromeScript.js
15 BasicCardErrorsChromeScript.js
16 Bug1490698ChromeScript.js
17 ClosePaymentChromeScript.js
18 ConstructorChromeScript.js
19 CurrencyAmountValidationChromeScript.js
20 DefaultData.js
21 GeneralChromeScript.js
22 PayerDetailsChromeScript.js
23 PMIValidationChromeScript.js
24 RequestShippingChromeScript.js
25 RetryPaymentChromeScript.js
26 ShippingOptionsChromeScript.js
27 ShowPaymentChromeScript.js
28 UpdateErrorsChromeScript.js
30 [test_abortPayment.html]
31 run-if = nightly_build # Bug 1390018: Depends on the Nightly-only UI service
32 skip-if = debug # Bug 1507251 - Leak
33 [test_basiccard.html]
34 [test_basiccarderrors.html]
35 [test_block_none10s.html]
36 skip-if = true # Bug 1408250: Don't expose PaymentRequest Constructor in non-e10s
37 [test_bug1478740.html]
38 [test_bug1490698.html]
39 [test_canMakePayment.html]
40 run-if = nightly_build # Bug 1390737: Depends on the Nightly-only UI service
41 skip-if = debug # Bug 1507251 - Leak
42 [test_closePayment.html]
43 [test_constructor.html]
44 skip-if = (os == "linux") || (os == "mac") || (os == "win" && os_version == "10.0") # Bug 1514425
45 [test_currency_amount_validation.html]
46 [test_payerDetails.html]
47 [test_payment-request-in-iframe.html]
48 [test_pmi_validation.html]
49 [test_requestShipping.html]
50 [test_retryPayment.html]
51 [test_shippingOptions.html]
52 [test_showPayment.html]
53 [test_update_errors.html]