gecko-dev/dom/payments/test
Eden Chuang 066f794bbc Bug 1388661 - Mochitest for PaymentRequest API currency amount validation. r=baku
1. Create a new test test_currency_amount_validation.html to test validation
       with following scenarios
       * test with well formed currency codes.
       * test with invalid currency codes.
       * test with valid lower case currency codes and check is it converted to
         upper case.
       * test with invalid currency codes while calling
         PaymentRequestUpdateEvent::updateWith().
       * test with invalid amount value with calling
         PaymentRequestUpdateEvent::updateWith().
    2. Move tests of test_validate_decimal_value.html to
       test_currency_amount_validation.html
2017-09-06 14:38:33 +08:00
..
BasiccardChromeScript.js Bug 1382092 - Mochitest for supporting default payment UI in DOM code. r=baku 2017-07-24 17:18:27 +08:00
ConstructorChromeScript.js Bug 1383293 - Mochitest for testing the new readonly attribute topLevelPrincipal in nsIPaymentRequest. r=baku 2017-08-23 15:23:18 +08:00
CurrencyAmountValidationChromeScript.js Bug 1388661 - Mochitest for PaymentRequest API currency amount validation. r=baku 2017-09-06 14:38:33 +08:00
GeneralChromeScript.js Bug 1382092 - Mochitest for supporting default payment UI in DOM code. r=baku 2017-07-24 17:18:27 +08:00
ShowPaymentChromeScript.js Bug 1388661 - Mochitest for PaymentRequest API currency amount validation. r=baku 2017-09-06 14:38:33 +08:00
browser.ini Bug 1383293 - Mochitest for testing the new readonly attribute topLevelPrincipal in nsIPaymentRequest. r=baku 2017-08-23 15:23:18 +08:00
browser_payment_in_different_tabs.js
head.js Bug 1383293 - Mochitest for testing the new readonly attribute topLevelPrincipal in nsIPaymentRequest. r=baku 2017-08-23 15:23:18 +08:00
mochitest.ini Bug 1388661 - Mochitest for PaymentRequest API currency amount validation. r=baku 2017-09-06 14:38:33 +08:00
simple_payment_request.html
test_abortPayment.html Bug 1382092 - Mochitest for supporting default payment UI in DOM code. r=baku 2017-07-24 17:18:27 +08:00
test_basiccard.html
test_canMakePayment.html Bug 1382092 - Mochitest for supporting default payment UI in DOM code. r=baku 2017-07-24 17:18:27 +08:00
test_constructor.html Bug 1383293 - Mochitest for testing the new readonly attribute topLevelPrincipal in nsIPaymentRequest. r=baku 2017-08-23 15:23:18 +08:00
test_currency_amount_validation.html Bug 1388661 - Mochitest for PaymentRequest API currency amount validation. r=baku 2017-09-06 14:38:33 +08:00
test_payment-request-in-iframe.html
test_showPayment.html Bug 1385187 - Mochitest for rejecting PaymentRequest.show() with NotSupportedError DOMException if no supported method. r=baku 2017-08-21 11:35:58 +08:00