Skip to content

Commit 9e52a92

Browse files
Add initial results for payment request (#182)
1 parent 29c0938 commit 9e52a92

13 files changed

+9210
-0
lines changed

payment-request/CH69.json

+1,402
Large diffs are not rendered by default.

payment-request/ED42.json

+1,402
Large diffs are not rendered by default.

payment-request/FF63.json

+1,402
Large diffs are not rendered by default.

payment-request/SF11.json

+1,402
Large diffs are not rendered by default.

payment-request/all.html

+325
Large diffs are not rendered by default.

payment-request/analysis.css

+64
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,64 @@
1+
2+
th {
3+
text-align: left;
4+
background: #4a89dc;
5+
color: #fff;
6+
}
7+
8+
td.FAIL {
9+
background: #da4453;
10+
color: #fff;
11+
}
12+
13+
td.PASS {
14+
background: #37bc9b;
15+
color: #fff;
16+
}
17+
18+
td.NOTRUN, td.TIMEOUT, td.undefined {
19+
background: #f6bb42;
20+
color: #fff;
21+
}
22+
23+
table > tbody > tr > td.NOTRUN, table > tbody > tr > td.TIMEOUT {
24+
padding: 8px 2px;
25+
}
26+
27+
td.OK {
28+
color: transparent;
29+
}
30+
31+
td.FAIL, td.PASS, td.NOTRUN, td.TIMEOUT, td.undefined, td.OK {
32+
font-size: 0.7em;
33+
text-align: center;
34+
}
35+
36+
tr.test {
37+
background: #ccd1d9;
38+
}
39+
40+
tr.test > td:first-of-type {
41+
font-weight: bold;
42+
}
43+
44+
tr.test small {
45+
font-weight: normal;
46+
}
47+
48+
tr.subtest > td:first-of-type {
49+
padding-left: 2em;
50+
max-width: 790px;
51+
overflow: hidden;
52+
text-overflow: ellipsis;
53+
white-space: nowrap;
54+
}
55+
56+
.floatingHeader {
57+
position: fixed;
58+
top: 0;
59+
visibility: hidden;
60+
}
61+
62+
dd {
63+
padding-left: 2em;
64+
}

payment-request/bootstrap.min.css

+7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

payment-request/complete-fails.html

+40
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
<!DOCTYPE html>
2+
<html lang='en'>
3+
<head>
4+
<meta charset='utf-8'>
5+
<title>Complete Failures</title>
6+
<link rel='stylesheet' href='bootstrap.min.css'>
7+
<link rel='stylesheet' href='analysis.css'>
8+
</head>
9+
<body>
10+
<div class='container'>
11+
<header>
12+
<h1>Complete Failures</h1>
13+
</header>
14+
<p><strong>Completely failed files</strong>: 8; <strong>Completely failed subtests</strong>: 7; <strong>Failure level</strong>: 7/232 (3.02%)</p>
15+
<h3>Test Files</h3>
16+
<ol class='toc'><li><a href='#test-file-0'>/payment-request/idlharness.https.window.html</a> <small>(1/103, 0.97%, 0.43% of total)</small></li>
17+
<li><a href='#test-file-1'>/payment-request/onpaymentmenthodchange-attribute.https.html</a> <small>(1/4, 25.00%, 0.43% of total)</small></li>
18+
<li><a href='#test-file-2'>/payment-request/payment-request-abort-method.https.html</a> <small>(2/3, 66.67%, 0.86% of total)</small></li>
19+
<li><a href='#test-file-3'>/payment-request/rejects_if_not_active.https.html</a> <small>(3/3, 100.00%, 1.29% of total)</small></li>
20+
</ol>
21+
<table class='table persist-area'>
22+
<thead><tr class='persist-header'><th>Test</th><th>CH69</th><th>ED42</th><th>FF63</th><th>SF11</th></tr></thead>
23+
<tr class='test' id='test-file-0'><td><a href='http://www.w3c-test.org/payment-request/idlharness.https.window.html' target='_blank'>/payment-request/idlharness.https.window.html</a> <small>(1/103, 0.97%, 0.43% of total)</small></td><td class='OK'>OK</td><td class='OK'>OK</td><td class='OK'>OK</td><td class='OK'>OK</td></tr>
24+
<tr class='subtest'><td>PaymentAddress interface: attribute regionCode</td><td class='FAIL'>FAIL</td><td class='FAIL'>FAIL</td><td class='FAIL'>FAIL</td><td class='FAIL'>FAIL</td></tr>
25+
<tr class='test' id='test-file-1'><td><a href='http://www.w3c-test.org/payment-request/onpaymentmenthodchange-attribute.https.html' target='_blank'>/payment-request/onpaymentmenthodchange-attribute.https.html</a> <small>(1/4, 25.00%, 0.43% of total)</small></td><td class='OK'>OK</td><td class='OK'>OK</td><td class='OK'>OK</td><td class='OK'>OK</td></tr>
26+
<tr class='subtest'><td>onpaymentmethodchange attribute is a handler for PaymentMethodChangeEvent</td><td class='FAIL'>FAIL</td><td class='FAIL'>FAIL</td><td class='FAIL'>FAIL</td><td class='FAIL'>FAIL</td></tr>
27+
<tr class='test' id='test-file-2'><td><a href='http://www.w3c-test.org/payment-request/payment-request-abort-method.https.html' target='_blank'>/payment-request/payment-request-abort-method.https.html</a> <small>(2/3, 66.67%, 0.86% of total)</small></td><td class='OK'>OK</td><td class='OK'>OK</td><td class='OK'>OK</td><td class='OK'>OK</td></tr>
28+
<tr class='subtest'><td>Test for PaymentRequest.abort() method</td><td class='FAIL'>FAIL</td><td class='FAIL'>FAIL</td><td class='FAIL'>FAIL</td><td class='FAIL'>FAIL</td></tr>
29+
<tr class='subtest'><td>Test for PaymentRequest.abort() method 1</td><td class='FAIL'>FAIL</td><td class='FAIL'>FAIL</td><td class='FAIL'>FAIL</td><td class='FAIL'>FAIL</td></tr>
30+
<tr class='test' id='test-file-3'><td><a href='http://www.w3c-test.org/payment-request/rejects_if_not_active.https.html' target='_blank'>/payment-request/rejects_if_not_active.https.html</a> <small>(3/3, 100.00%, 1.29% of total)</small></td><td class='TIMEOUT'>TIMEOUT</td><td class='OK'>OK</td><td class='TIMEOUT'>TIMEOUT</td><td class='ERROR'>ERROR</td></tr>
31+
<tr class='subtest'><td>PaymentRequest.show() aborts if the document is not active</td><td class='FAIL'>FAIL</td><td class='FAIL'>FAIL</td><td class='TIMEOUT'>TIMEOUT</td><td class='FAIL'>FAIL</td></tr>
32+
<tr class='subtest'><td>PaymentRequest.show() aborts if the document is active, but not fully active</td><td class='FAIL'>FAIL</td><td class='FAIL'>FAIL</td><td class='NOTRUN'>NOTRUN</td><td class='FAIL'>FAIL</td></tr>
33+
<tr class='subtest'><td>If a payment request is showing, but its document is navigated away (so no longer fully active), the payment request aborts.</td><td class='TIMEOUT'>TIMEOUT</td><td class='FAIL'>FAIL</td><td class='NOTRUN'>NOTRUN</td><td class='FAIL'>FAIL</td></tr>
34+
35+
</table>
36+
</div>
37+
<script src='jquery.min.js'></script>
38+
<script src='sticky-headers.js'></script>
39+
</body>
40+
</html>

0 commit comments

Comments
 (0)