Skip to content

Commit

Permalink
Minor cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
zcorpan committed Dec 9, 2016
1 parent 6736338 commit 45c4685
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!doctype html>
<title>PaymentRequest &lt;iframe allowpaymentrequest> in non-active document</title>
<title>PaymentRequest &lt;iframe allowpaymentrequest> in non-active document (cross-origin)</title>
<script src=/resources/testharness.js></script>
<script src=/resources/testharnessreport.js></script>
<script src=/common/utils.js></script>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
<title>PaymentRequest &lt;iframe allowpaymentrequest> in non-active document (same-origin)</title>
<script src=/resources/testharness.js></script>
<script src=/resources/testharnessreport.js></script>
<script src=/common/utils.js></script>
<iframe id="iframe" allowpaymentrequest></iframe>
<script>
async_test((t) => {
Expand Down
1 change: 0 additions & 1 deletion payment-request/allowpaymentrequest/basic.https.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
<iframe id="iframe" allowpaymentrequest></iframe>
<script>
async_test((t) => {
const iframe = document.getElementById('iframe');
const paymentArgs = [[{supportedMethods: ['foo']}], {total: {label: 'label', amount: {currency: 'USD', value: '5.00'}}}];

onload = t.step_func_done(() => {
Expand Down

0 comments on commit 45c4685

Please sign in to comment.