This is a testharness.js-based test.
FAIL Test for PaymentRequest in an iframe assert_throws: If the ancestor iframe does not specify allowpaymentrequest, then throw a SecurityError. function "function () {
        new PaymentRequest([{supportedMethods: ['foo']}], {total: {label: 'label', amount: {currency: 'USD', value: '5.00'}}});
    }" did not throw
Harness: the test ran to completion.

