gecko-dev/testing/web-platform/meta/payment-request/payment-request-shippingOption-attribute.https.html.ini
2018-01-09 14:46:30 +00:00

20 lines
723 B
INI

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