mirror of
https://github.com/servo/servo.git
synced 2025-08-20 12:55:33 +01:00
Update web-platform-tests to revision 8a2ceb5f18911302b7a5c1cd2791f4ab50ad4326
This commit is contained in:
parent
462c272380
commit
1f531f66ea
5377 changed files with 174916 additions and 84369 deletions
|
@ -0,0 +1,34 @@
|
|||
<!doctype html>
|
||||
<meta charset="utf8">
|
||||
<link rel="help" href="https://w3c.github.io/payment-request/#dom-paymentresponse-requestid">
|
||||
<title>
|
||||
PaymentResponse.prototype.requestId attribute
|
||||
</title>
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<script src="helpers.js"></script>
|
||||
<h2>requestId attribute</h2>
|
||||
<p>
|
||||
Click on each button in sequence from top to bottom without refreshing the page.
|
||||
Each button will bring up the Payment Request UI window.
|
||||
</p>
|
||||
<p>
|
||||
When presented with the payment sheet, use any credit card select to "Pay".
|
||||
Also confirm any prompts that come up.
|
||||
</p>
|
||||
<ol>
|
||||
<li>
|
||||
<button onclick="runManualTest(this, {}, {})">
|
||||
Must mirror the payment request's automatically set id
|
||||
</button>
|
||||
</li>
|
||||
<li>
|
||||
<button onclick="runManualTest(this, {}, {requestId: 'pass'}, 'pass').then(done)">
|
||||
Must mirror the payment request's explicitly set id
|
||||
</button>
|
||||
</li>
|
||||
</ol>
|
||||
<small>
|
||||
If you find a buggy test, please <a href="https://github.com/w3c/web-platform-tests/issues">file a bug</a>
|
||||
and tag one of the <a href="https://github.com/w3c/web-platform-tests/blob/master/payment-request/OWNERS">owners</a>.
|
||||
</small>
|
Loading…
Add table
Add a link
Reference in a new issue