This is a testharness.js-based test.
FAIL Test for PaymentRequest in an iframe assert_throws: If the browsing context of the script calling the constructor is not a top-level browsing context, 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.

