|
| 1 | +<!DOCTYPE html> |
| 2 | +<html lang="en"> |
| 3 | +<meta charset="utf-8" /> |
| 4 | +<title>Implementation Report for Web Share API - February 2022</title> |
| 5 | +<link rel="stylesheet" href="https://www.w3.org/StyleSheets/TR/2021/base"> |
| 6 | +<style> |
| 7 | +body { |
| 8 | +font-family: sans-serif; |
| 9 | + } |
| 10 | +table { |
| 11 | +border-collapse: collapse; |
| 12 | +width: 100%; |
| 13 | + |
| 14 | + } |
| 15 | + |
| 16 | +tr > td+td, |
| 17 | +tr td+td { |
| 18 | +background-color: #81c784; |
| 19 | + } |
| 20 | + |
| 21 | +tr td+td+td+td { |
| 22 | +background-color: white; |
| 23 | + } |
| 24 | + |
| 25 | +td.fails { |
| 26 | +background-color: #e57373; |
| 27 | + } |
| 28 | +</style> |
| 29 | +<body> |
| 30 | +<h1>Implementation Report for Web Share API - February 2023</h1> |
| 31 | +<p> |
| 32 | + These is a static snapshot of the conformance tests for the |
| 33 | +<a href="https://w3c.github.io/web-share/">Web Share API Specification</a |
| 34 | +>. It was created on Thursday 23rd of February 2023 by manually running |
| 35 | + all confomrance tests in the following user agents. |
| 36 | +</p> |
| 37 | +<table class="test-results" border="1"> |
| 38 | +<thead> |
| 39 | +<tr> |
| 40 | +<th>Test</th> |
| 41 | +<th>Edge Canary on macOS - Version 112.0.1699.0</th> |
| 42 | +<th>Safari Tech Preview on macOS - Version 164</th> |
| 43 | +<th>Explanation of failure</th> |
| 44 | +</tr> |
| 45 | +</thead> |
| 46 | +<tr> |
| 47 | +<td> |
| 48 | +<a href="https://wpt.live/web-share/canShare-files.https.html" |
| 49 | +>canShare-files.https.html</a |
| 50 | +> |
| 51 | +</td> |
| 52 | +<td>6 / 6</td> |
| 53 | +<td>6 / 6</td> |
| 54 | +<td></td> |
| 55 | +</tr> |
| 56 | +<tr> |
| 57 | +<td> |
| 58 | +<a href="https://wpt.live/web-share/canShare-insecure.http.html" |
| 59 | +>canShare-insecure.http.html</a |
| 60 | +> |
| 61 | +</td> |
| 62 | +<td>1 / 1</td> |
| 63 | +<td>1 / 1</td> |
| 64 | +<td></td> |
| 65 | +</tr> |
| 66 | +<tr> |
| 67 | +<td> |
| 68 | +<a href="https://wpt.live/web-share/canShare.https.html" |
| 69 | +>canShare.https.html</a |
| 70 | +> |
| 71 | +</td> |
| 72 | +<td>6 / 6</td> |
| 73 | +<td>6 / 6</td> |
| 74 | +<td></td> |
| 75 | +</tr> |
| 76 | +<tr> |
| 77 | +<td> |
| 78 | +<a |
| 79 | +href="https://wpt.live/web-share/disabled-by-permissions-policy-cross-origin.https.sub.html" |
| 80 | +>disabled-by-permissions-policy-cross-origin.https.sub.html</a |
| 81 | +> |
| 82 | +</td> |
| 83 | +<td>3 / 6</td> |
| 84 | +<td>3 / 6</td> |
| 85 | +<td></td> |
| 86 | +</tr> |
| 87 | +<tr> |
| 88 | +<td> |
| 89 | +<a |
| 90 | +href="https://wpt.live/web-share/disabled-by-permissions-policy.https.sub.html" |
| 91 | +>disabled-by-permissions-policy.https.sub.html</a |
| 92 | +> |
| 93 | +</td> |
| 94 | +<td>2 / 2</td> |
| 95 | +<td class="fails">0 / 2</td> |
| 96 | +<td>Safari Tech Preview does not support the |
| 97 | +<code>Permissions-Policy</code> HTTP header. However, the specification |
| 98 | + makes supporting the HTTP header OPTIONAL.</td> |
| 99 | +</tr> |
| 100 | +<tr> |
| 101 | +<td> |
| 102 | +<a href="https://wpt.live/web-share/idlharness.https.window.html" |
| 103 | +>idlharness.https.window.html</a |
| 104 | +> |
| 105 | +</td> |
| 106 | +<td>19 / 19</td> |
| 107 | +<td>19 / 19</td> |
| 108 | +<td></td> |
| 109 | +</tr> |
| 110 | +<tr> |
| 111 | +<td> |
| 112 | +<a |
| 113 | +href="https://wpt.live/web-share/share-consume-activation.https.html" |
| 114 | +>share-consume-activation.https.html</a |
| 115 | +> |
| 116 | +</td> |
| 117 | +<td>1 / 1</td> |
| 118 | +<td>1 / 1</td> |
| 119 | +<td></td> |
| 120 | +</tr> |
| 121 | +<tr> |
| 122 | +<td> |
| 123 | +<a href="https://wpt.live/web-share/share-empty.https.html" |
| 124 | +>share-empty.https.html</a |
| 125 | +> |
| 126 | +</td> |
| 127 | +<td>6 / 6</td> |
| 128 | +<td>6 / 6</td> |
| 129 | +<td></td> |
| 130 | +</tr> |
| 131 | +<tr> |
| 132 | +<td> |
| 133 | +<a href="https://wpt.live/web-share/share-securecontext.http.html" |
| 134 | +>share-securecontext.http.html</a |
| 135 | +> |
| 136 | +</td> |
| 137 | +<td>1 / 1</td> |
| 138 | +<td>1 / 1</td> |
| 139 | +<td></td> |
| 140 | +</tr> |
| 141 | +<tr> |
| 142 | +<td> |
| 143 | +<a |
| 144 | +href="https://wpt.live/web-share/share-sharePromise-internal-slot.https.html" |
| 145 | +>share-sharePromise-internal-slot.https.html</a |
| 146 | +> |
| 147 | +</td> |
| 148 | +<td>1 / 1</td> |
| 149 | +<td>1 / 1</td> |
| 150 | +<td></td> |
| 151 | +</tr> |
| 152 | +<tr> |
| 153 | +<td> |
| 154 | +<a href="https://wpt.live/web-share/share-url-invalid.https.html" |
| 155 | +>share-url-invalid.https.html</a |
| 156 | +> |
| 157 | +</td> |
| 158 | +<td>8 / 8</td> |
| 159 | +<td>8 / 8</td> |
| 160 | +<td></td> |
| 161 | +</tr> |
| 162 | +<tr> |
| 163 | +<td> |
| 164 | +<a |
| 165 | +href="https://wpt.live/web-share/share-without-user-gesture.https.html" |
| 166 | +>share-without-user-gesture.https.html</a |
| 167 | +> |
| 168 | +</td> |
| 169 | +<td>1 / 1</td> |
| 170 | +<td>1 / 1</td> |
| 171 | +<td></td> |
| 172 | +</tr> |
| 173 | +<tr> |
| 174 | +<td> |
| 175 | +<a href="https://wpt.live/web-share/test-fully-active.https.html" |
| 176 | +>test-fully-active.https.html</a |
| 177 | +> |
| 178 | +</td> |
| 179 | +<td>3 / 3</td> |
| 180 | +<td>3 / 3</td> |
| 181 | +<td></td> |
| 182 | +</tr> |
| 183 | +<tr> |
| 184 | +<td>Subtest Total</td> |
| 185 | +<td>61 / 61</td> |
| 186 | +<td>59 / 61</td> |
| 187 | +<td></td> |
| 188 | +</tr> |
| 189 | +</table> |
| 190 | +<h2>Excluded tests</h2> |
| 191 | +<p> |
| 192 | + The following are present on WPT but are excluded from this report. They |
| 193 | + are excluded because they are not relevant for conformance purposes. |
| 194 | +</p> |
| 195 | +<ul> |
| 196 | +<li> |
| 197 | +<a href="">feature-policy-listed.tentative.html</a> - tests a single |
| 198 | + engine "experimental" API that is expected to be removed from the |
| 199 | + Permissions Policy spec. |
| 200 | +</li> |
| 201 | +</ul> |
| 202 | +<p> |
| 203 | +<a |
| 204 | +href=" |
| 205 | + https://wpt.fyi/results/web-share?label=master&label=experimental&aligned" |
| 206 | +> |
| 207 | + Test results summary on WPT.fyi |
| 208 | +</a> |
| 209 | +</p> |
| 210 | +</body> |
| 211 | +</html> |