[wpt-sync] Sync PR 25435 - [Web Payment] Very long fallbackUrl string test.
Categories
(Testing :: web-platform-tests, task, P4)
Tracking
(Not tracked)
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 25435 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/25435
Details from upstream follow.
b'Rouslan Solomakhin <rouslan@chromium.org>' wrote:
[Web Payment] Very long fallbackUrl string test.
This patch adds a test for JSON serialization of a very long fallbackUrl
string being passed into PaymentRequest API.Bug: 1110324, 1115091
Change-Id: Iac3f0197038199451ebe5276e11c10e53cb62a2f
Reviewed-on: https://chromium-review.googlesource.com/2346973
WPT-Export-Revision: b7198787aa0533cb5532714b714ddb3e4d8f6d3e
Assignee | ||
Updated•4 years ago
|
Assignee | ||
Updated•4 years ago
|
Assignee | ||
Comment 1•4 years ago
|
||
Assignee | ||
Comment 2•4 years ago
|
||
CI Results
Ran 0 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests and 20 subtests
Status Summary
Firefox
OK : 1
FAIL: 20
Chrome
OK : 1
PASS: 20
Safari
OK : 1
PASS: 3
FAIL: 17
Links
Details
Firefox-only Failures
/payment-request/secure-payment-confirmation.https.html
Valid payment method data does not throw exceptions.: FAIL
The action field is optional.: FAIL
The timeout field is optional.: FAIL
New Tests That Don't Pass
/payment-request/secure-payment-confirmation.https.html
Valid payment method data does not throw exceptions.: FAIL (Chrome: PASS, Safari: PASS)
The action field is optional.: FAIL (Chrome: PASS, Safari: PASS)
The timeout field is optional.: FAIL (Chrome: PASS, Safari: PASS)
Extra payment method not allowed afterward.: FAIL (Chrome: PASS, Safari: FAIL)
Extra payment method not allowed beforehand.: FAIL (Chrome: PASS, Safari: FAIL)
Cannot request shipping information.: FAIL (Chrome: PASS, Safari: FAIL)
Cannot request payer name.: FAIL (Chrome: PASS, Safari: FAIL)
Cannot request payer email.: FAIL (Chrome: PASS, Safari: FAIL)
Cannot request payer phone.: FAIL (Chrome: PASS, Safari: FAIL)
Invalid action parameter throws an exception.: FAIL (Chrome: PASS, Safari: FAIL)
The credentialIds field is required.: FAIL (Chrome: PASS, Safari: FAIL)
The networkData field is required.: FAIL (Chrome: PASS, Safari: FAIL)
The fallbackUrl field is required.: FAIL (Chrome: PASS, Safari: FAIL)
Empty credentialIds field throws exception.: FAIL (Chrome: PASS, Safari: FAIL)
Null networkData field throws exception.: FAIL (Chrome: PASS, Safari: FAIL)
Empty networkData field throws exception.: FAIL (Chrome: PASS, Safari: FAIL)
Timeout longer than 1 hour throws exception.: FAIL (Chrome: PASS, Safari: FAIL)
Large credentialIds value throws exception.: FAIL (Chrome: PASS, Safari: FAIL)
Large networkData value throws exception.: FAIL (Chrome: PASS, Safari: FAIL)
Large fallbackUrl value throws exception.: FAIL (Chrome: PASS, Safari: FAIL)
Updated•4 years ago
|
Description
•