gecko-dev/testing/web-platform/meta/payment-request/payment-request-shippingOpt...

26 строки
843 B
INI

[payment-request-shippingOption-attribute.https.html]
[Must have a .shippingOption IDL attribute.]
expected:
if not e10s: FAIL
[.shippingOption attribute must default to null.]
expected:
if not e10s: FAIL
[If there is a single shipping option, but selected is false, then .shippingOption must be null.]
expected:
if not e10s: FAIL
[If there are multiple shipping options all with `selected` set to false, then .shippingOption is null.]
expected:
if not e10s: FAIL
[Given multiple shipping options, it must use the selected shipping option for .shippingOption value.]
expected:
if not e10s: FAIL
[If there are multiple of the shipping options with selected true, then .shippingOption is the last selected shipping option in order.]
expected:
if not e10s: FAIL