blob: d1d2907496691b7b11e47bbec0ef31088e634bdc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
|
[DEFAULT]
support-files =
!/browser/extensions/formautofill/content/editAddress.xhtml
!/browser/extensions/formautofill/content/editCreditCard.xhtml
../../../../../browser/extensions/formautofill/content/autofillEditForms.js
../../../../../browser/extensions/formautofill/skin/shared/editDialog-shared.css
../../../../../testing/modules/sinon-7.2.7.js
# paymentRequest.xhtml is needed for `importDialogDependencies` so that the relative paths of
# formautofill/edit*.xhtml work from the *-form elements in paymentRequest.xhtml.
../../res/paymentRequest.xhtml
../../res/**
payments_common.js
skip-if = true || !e10s # Bug 1515048 - Disable for now. Bug 1365964 - Payment Request isn't implemented for non-e10s.
[test_accepted_cards.html]
[test_address_form.html]
[test_address_option.html]
skip-if = os == "linux" || os == "win" # Bug 1493216
[test_address_picker.html]
[test_basic_card_form.html]
skip-if = debug || asan # Bug 1493349
[test_basic_card_option.html]
[test_billing_address_picker.html]
[test_completion_error_page.html]
[test_currency_amount.html]
[test_labelled_checkbox.html]
[test_order_details.html]
[test_payer_address_picker.html]
[test_payment_dialog.html]
[test_payment_dialog_required_top_level_items.html]
[test_payment_details_item.html]
[test_payment_method_picker.html]
[test_rich_select.html]
[test_shipping_option_picker.html]
[test_ObservedPropertiesMixin.html]
[test_PaymentsStore.html]
[test_PaymentStateSubscriberMixin.html]
|