Skip to content

Commit

Permalink
Update Presentation API test results (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomoyukilabs authored and tidoust committed Sep 20, 2017
1 parent 53f9ae1 commit da26864
Show file tree
Hide file tree
Showing 15 changed files with 4,451 additions and 989 deletions.
730 changes: 730 additions & 0 deletions presentation-api/controlling-ua/CA63.json

Large diffs are not rendered by default.

732 changes: 732 additions & 0 deletions presentation-api/controlling-ua/CD63.json

Large diffs are not rendered by default.

732 changes: 732 additions & 0 deletions presentation-api/controlling-ua/FA57.json

Large diffs are not rendered by default.

222 changes: 114 additions & 108 deletions presentation-api/controlling-ua/all.html

Large diffs are not rendered by default.

30 changes: 26 additions & 4 deletions presentation-api/controlling-ua/analysis.css
Original file line number Diff line number Diff line change
@@ -1,23 +1,27 @@
a {
color: hsl(213, 65%, 48%);
}


th {
text-align: left;
background: #4a89dc;
background: hsl(213, 65%, 48%);
color: #fff;
}

td.FAIL {
background: #da4453;
background: hsl(353, 65%, 52%);
color: #fff;
}

td.PASS {
background: #37bc9b;
background: hsl(165, 50%, 35%);
color: #fff;
}

td.NOTRUN, td.TIMEOUT, td.undefined {
background: #f6bb42;
color: #fff;
color: hsl(219, 8%, 33%);
}

table > tbody > tr > td.NOTRUN, table > tbody > tr > td.TIMEOUT {
Expand Down Expand Up @@ -53,12 +57,30 @@ tr.subtest > td:first-of-type {
white-space: nowrap;
}

tr.messages > td:first-of-type {
width: 100%;
padding-left: 2em;
}

tr.message > td.ua {
font-weight: bold;
vertical-align: top;
padding-right: 1em;
}

.floatingHeader {
position: fixed;
top: 0;
visibility: hidden;
}

.message_toggle {
padding-left: 3em;
display: none;
font-size: 0.7em;
cursor: pointer;
}

dd {
padding-left: 2em;
}
50 changes: 27 additions & 23 deletions presentation-api/controlling-ua/complete-fails.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,36 +11,40 @@
<header>
<h1>Presentation API - Controlling UA: Complete Failures</h1>
</header>
<p><strong>Completely failed files</strong>: 10; <strong>Completely failed subtests</strong>: 7; <strong>Failure level</strong>: 7/106 (6.60%)</p>

<p><strong>Completely failed files</strong>: 9; <strong>Completely failed subtests</strong>: 7; <strong>Failure level</strong>: 7/108 (6.48%)</p>
<h3>Test Files</h3>
<ol class='toc'><li><a href='#test-file-0'>/presentation-api/controlling-ua/PresentationRequest_mixedcontent.https.html</a> <small>(1/1, 100.00%, 0.94% of total)</small></li>
<li><a href='#test-file-1'>/presentation-api/controlling-ua/PresentationRequest_mixedcontent_multiple.https.html</a> <small>(1/1, 100.00%, 0.94% of total)</small></li>
<li><a href='#test-file-2'>/presentation-api/controlling-ua/getAvailability.https.html</a> <small>(1/1, 100.00%, 0.94% of total)</small></li>
<li><a href='#test-file-3'>/presentation-api/controlling-ua/PresentationConnection_onclose-manual.https.html</a> <small>(1/1, 100.00%, 0.94% of total)</small></li>
<li><a href='#test-file-4'>/presentation-api/controlling-ua/PresentationConnection_onmessage-manual.https.html</a> <small>(1/1, 100.00%, 0.94% of total)</small></li>
<li><a href='#test-file-5'>/presentation-api/controlling-ua/PresentationConnection_onterminate-manual.https.html</a> <small>(1/1, 100.00%, 0.94% of total)</small></li>
<li><a href='#test-file-6'>/presentation-api/controlling-ua/PresentationConnection_send-manual.https.html</a> <small>(1/1, 100.00%, 0.94% of total)</small></li>
<ol class='toc'><li><a href='#test-file-0'>/presentation-api/controlling-ua/getAvailability.https.html</a> <small>(1/1, 100.00%, 0.93% of total)</small></li>
<li><a href='#test-file-1'>/presentation-api/controlling-ua/PresentationAvailability_onchange-manual.https.html</a> <small>(1/1, 100.00%, 0.93% of total)</small></li>
<li><a href='#test-file-2'>/presentation-api/controlling-ua/PresentationConnection_onclose-manual.https.html</a> <small>(1/1, 100.00%, 0.93% of total)</small></li>
<li><a href='#test-file-3'>/presentation-api/controlling-ua/PresentationConnection_onterminate-manual.https.html</a> <small>(1/1, 100.00%, 0.93% of total)</small></li>
<li><a href='#test-file-4'>/presentation-api/controlling-ua/PresentationConnection_send-manual.https.html</a> <small>(1/1, 100.00%, 0.93% of total)</small></li>
<li><a href='#test-file-5'>/presentation-api/controlling-ua/reconnectToPresentation_success-manual.https.html</a> <small>(1/1, 100.00%, 0.93% of total)</small></li>
<li><a href='#test-file-6'>/presentation-api/controlling-ua/startNewPresentation_displaynotfound-manual.https.html</a> <small>(1/1, 100.00%, 0.93% of total)</small></li>
</ol>
<table class='table persist-area'>
<thead><tr class='persist-header'><th>Test</th><th>CA61</th><th>CD59</th><th>FA56</th></tr></thead>
<tr class='test' id='test-file-0'><td><a href='http://www.w3c-test.org/presentation-api/controlling-ua/PresentationRequest_mixedcontent.https.html' target='_blank'>/presentation-api/controlling-ua/PresentationRequest_mixedcontent.https.html</a> <small>(1/1, 100.00%, 0.94% of total)</small></td><td class='OK'>OK</td><td class='OK'>OK</td><td class='OK'>OK</td></tr>
<tr class='subtest'><td>Creating a PresentationRequest with an a priori unauthenticated URL in an HTTPS context throws a SecurityError exception.</td><td class='FAIL'>FAIL</td><td class='FAIL'>FAIL</td><td class='FAIL'>FAIL</td></tr>
<tr class='test' id='test-file-1'><td><a href='http://www.w3c-test.org/presentation-api/controlling-ua/PresentationRequest_mixedcontent_multiple.https.html' target='_blank'>/presentation-api/controlling-ua/PresentationRequest_mixedcontent_multiple.https.html</a> <small>(1/1, 100.00%, 0.94% of total)</small></td><td class='OK'>OK</td><td class='OK'>OK</td><td class='OK'>OK</td></tr>
<tr class='subtest'><td>Creating a PresentationRequest with a set of URLs containing an a priori unauthenticated URL in an HTTPS context throws a SecurityError exception.</td><td class='FAIL'>FAIL</td><td class='FAIL'>FAIL</td><td class='FAIL'>FAIL</td></tr>
<tr class='test' id='test-file-2'><td><a href='http://www.w3c-test.org/presentation-api/controlling-ua/getAvailability.https.html' target='_blank'>/presentation-api/controlling-ua/getAvailability.https.html</a> <small>(1/1, 100.00%, 0.94% of total)</small></td><td class='OK'>OK</td><td class='OK'>OK</td><td class='OK'>OK</td></tr>
<tr class='subtest'><td>Getting the presentation displays availability information.</td><td class='FAIL'>FAIL</td><td class='FAIL'>FAIL</td><td class='FAIL'>FAIL</td></tr>
<tr class='test' id='test-file-3'><td><a href='http://www.w3c-test.org/presentation-api/controlling-ua/PresentationConnection_onclose-manual.https.html' target='_blank'>/presentation-api/controlling-ua/PresentationConnection_onclose-manual.https.html</a> <small>(1/1, 100.00%, 0.94% of total)</small></td><td class='OK'>OK</td><td class='OK'>OK</td><td class='OK'>OK</td></tr>
<tr class='subtest'><td>Closing a PresentationConnection</td><td class='FAIL'>FAIL</td><td class='FAIL'>FAIL</td><td class='FAIL'>FAIL</td></tr>
<tr class='test' id='test-file-4'><td><a href='http://www.w3c-test.org/presentation-api/controlling-ua/PresentationConnection_onmessage-manual.https.html' target='_blank'>/presentation-api/controlling-ua/PresentationConnection_onmessage-manual.https.html</a> <small>(1/1, 100.00%, 0.94% of total)</small></td><td class='OK'>OK</td><td class='OK'>OK</td><td class='OK'>OK</td></tr>
<tr class='subtest'><td>Receiving a message through PresentationConnection</td><td class='FAIL'>FAIL</td><td class='TIMEOUT'>TIMEOUT</td><td class='FAIL'>FAIL</td></tr>
<tr class='test' id='test-file-5'><td><a href='http://www.w3c-test.org/presentation-api/controlling-ua/PresentationConnection_onterminate-manual.https.html' target='_blank'>/presentation-api/controlling-ua/PresentationConnection_onterminate-manual.https.html</a> <small>(1/1, 100.00%, 0.94% of total)</small></td><td class='OK'>OK</td><td class='OK'>OK</td><td class='OK'>OK</td></tr>
<tr class='subtest'><td>Terminating a presentation in a controlling browsing context</td><td class='FAIL'>FAIL</td><td class='FAIL'>FAIL</td><td class='FAIL'>FAIL</td></tr>
<tr class='test' id='test-file-6'><td><a href='http://www.w3c-test.org/presentation-api/controlling-ua/PresentationConnection_send-manual.https.html' target='_blank'>/presentation-api/controlling-ua/PresentationConnection_send-manual.https.html</a> <small>(1/1, 100.00%, 0.94% of total)</small></td><td class='OK'>OK</td><td class='OK'>OK</td><td class='OK'>OK</td></tr>
<tr class='subtest'><td>Sending a message through PresentationConnection</td><td class='FAIL'>FAIL</td><td class='TIMEOUT'>TIMEOUT</td><td class='FAIL'>FAIL</td></tr>
<thead><tr class='persist-header'><th>Test <span class='message_toggle'>Show/Hide Messages</span></th><th>CA63</th><th>CD63</th><th>FA57</th></tr></thead>
<tr class='test' id='test-file-7'><td><a href='http://www.w3c-test.org/presentation-api/controlling-ua/getAvailability.https.html' target='_blank'>/presentation-api/controlling-ua/getAvailability.https.html</a> <small>(1/1, 100.00%, 0.93% of total)</small></td><td class='OK'>OK</td><td class='OK'>OK</td><td class='OK'>OK</td></tr>
<tr id='subtest-7-0' class='subtest'><td>Getting the presentation displays availability information.</td><td class='FAIL'>FAIL</td><td class='FAIL'>FAIL</td><td class='FAIL'>FAIL</td></tr>
<tr class='test' id='test-file-13'><td><a href='http://www.w3c-test.org/presentation-api/controlling-ua/PresentationAvailability_onchange-manual.https.html' target='_blank'>/presentation-api/controlling-ua/PresentationAvailability_onchange-manual.https.html</a> <small>(1/1, 100.00%, 0.93% of total)</small></td><td class='OK'>OK</td><td class='OK'>OK</td><td class='OK'>OK</td></tr>
<tr id='subtest-13-0' class='subtest'><td>Monitoring the list of available presentation displays.</td><td class='TIMEOUT'>TIMEOUT</td><td class='TIMEOUT'>TIMEOUT</td><td class='TIMEOUT'>TIMEOUT</td></tr>
<tr class='test' id='test-file-14'><td><a href='http://www.w3c-test.org/presentation-api/controlling-ua/PresentationConnection_onclose-manual.https.html' target='_blank'>/presentation-api/controlling-ua/PresentationConnection_onclose-manual.https.html</a> <small>(1/1, 100.00%, 0.93% of total)</small></td><td class='OK'>OK</td><td class='OK'>OK</td><td class='OK'>OK</td></tr>
<tr id='subtest-14-0' class='subtest'><td>Closing a PresentationConnection</td><td class='FAIL'>FAIL</td><td class='FAIL'>FAIL</td><td class='FAIL'>FAIL</td></tr>
<tr class='test' id='test-file-17'><td><a href='http://www.w3c-test.org/presentation-api/controlling-ua/PresentationConnection_onterminate-manual.https.html' target='_blank'>/presentation-api/controlling-ua/PresentationConnection_onterminate-manual.https.html</a> <small>(1/1, 100.00%, 0.93% of total)</small></td><td class='OK'>OK</td><td class='OK'>OK</td><td class='OK'>OK</td></tr>
<tr id='subtest-17-0' class='subtest'><td>Terminating a presentation in a controlling browsing context</td><td class='FAIL'>FAIL</td><td class='FAIL'>FAIL</td><td class='FAIL'>FAIL</td></tr>
<tr class='test' id='test-file-18'><td><a href='http://www.w3c-test.org/presentation-api/controlling-ua/PresentationConnection_send-manual.https.html' target='_blank'>/presentation-api/controlling-ua/PresentationConnection_send-manual.https.html</a> <small>(1/1, 100.00%, 0.93% of total)</small></td><td class='OK'>OK</td><td class='OK'>OK</td><td class='OK'>OK</td></tr>
<tr id='subtest-18-0' class='subtest'><td>Sending a message through PresentationConnection</td><td class='TIMEOUT'>TIMEOUT</td><td class='FAIL'>FAIL</td><td class='FAIL'>FAIL</td></tr>
<tr class='test' id='test-file-21'><td><a href='http://www.w3c-test.org/presentation-api/controlling-ua/reconnectToPresentation_success-manual.https.html' target='_blank'>/presentation-api/controlling-ua/reconnectToPresentation_success-manual.https.html</a> <small>(1/1, 100.00%, 0.93% of total)</small></td><td class='OK'>OK</td><td class='OK'>OK</td><td class='OK'>OK</td></tr>
<tr id='subtest-21-0' class='subtest'><td>Reconnect to presentation success manual test</td><td class='FAIL'>FAIL</td><td class='FAIL'>FAIL</td><td class='FAIL'>FAIL</td></tr>
<tr class='test' id='test-file-23'><td><a href='http://www.w3c-test.org/presentation-api/controlling-ua/startNewPresentation_displaynotfound-manual.https.html' target='_blank'>/presentation-api/controlling-ua/startNewPresentation_displaynotfound-manual.https.html</a> <small>(1/1, 100.00%, 0.93% of total)</small></td><td class='OK'>OK</td><td class='OK'>OK</td><td class='OK'>OK</td></tr>
<tr id='subtest-23-0' class='subtest'><td>Calling "start" when there is no available presentation display returns a Promise rejected with a NotFoundError exception.</td><td class='FAIL'>FAIL</td><td class='FAIL'>FAIL</td><td class='FAIL'>FAIL</td></tr>

</table>
</div>
<script src='jquery.min.js'></script>
<script src='sticky-headers.js'></script>
<script type='application/javascript'>

</script>
</body>
</html>
Loading

0 comments on commit da26864

Please sign in to comment.