Skip to content

Commit 055bcb0

Browse files
committed
update for new PRs to testsuite
1 parent 846c04d commit 055bcb0

File tree

1 file changed

+18
-7
lines changed

1 file changed

+18
-7
lines changed

implementation_reports/CSP2_implementation_report.html

Lines changed: 18 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -209,16 +209,16 @@ <h1>Implementation Report for <a href="http://w3.org/TR/csp2">Content Security P
209209
<td>2</td>
210210
<td class="feature">including context policy governs SVG as resource document</td>
211211
<td class="tests"><a href="http://w3c-test.org/content-security-policy/svg/svg-policy-resource-doc-includes.html">http://w3c-test.org/content-security-policy/svg/svg-policy-resource-doc-includes.html</a></td>
212-
<td class="pass">PASS</td>
212+
<td class="mostlypass">PASS 1/2 (blocks, but no report sent)</td>
213213
<td class="pass">PASS</td>
214214
</tr>
215215

216-
<tr class="todo two">
216+
<tr class="two">
217217
<td>2</td>
218218
<td class="feature">parent policy governs Worker from guid</td>
219-
<td class="tests todo">TODO</td>
220-
<td></td>
221-
<td></td>
219+
<td class="tests">><a href="http://w3c-test.org/content-security-policy/blink-contrib/worker-from-guid.sub.html">http://w3c-test.org/content-security-policy/blink-contrib/worker-from-guid.sub.html</a></td>
220+
<td class="pass">PASS</td>
221+
<td class="pass">PASS</td>
222222
</tr>
223223

224224
<tr class="two">
@@ -278,16 +278,27 @@ <h1>Implementation Report for <a href="http://w3.org/TR/csp2">Content Security P
278278
<tr class="todo two">
279279
<td>2</td>
280280
<td class="feature">GUID url schemes</td>
281-
<td class="tests"> TODO: check comparison with *
281+
<td class="tests"> TODO: check comparison with *, 'self' for blob: and data: (chrome allows blob: for 'self'?)
282282
<a href="http://w3c-test.org/content-security-policy/blink-contrib/blob-urls-do-not-match-self.sub.html">http://w3c-test.org/content-security-policy/blink-contrib/blob-urls-do-not-match-self.sub.html</a><br>
283-
/content-security-policy/blink-contrib/blob-urls-match-blob.sub.html
283+
<a href="/content-security-policy/blink-contrib/blob-urls-match-blob.sub.html">/content-security-policy/blink-contrib/blob-urls-match-blob.sub.html</a>
284284
<a href="http://w3c-test.org/content-security-policy/blink-contrib/filesystem-urls-do-not-match-self.sub.html">http://w3c-test.org/content-security-policy/blink-contrib/filesystem-urls-do-not-match-self.sub.html</a><br>
285285
<a href="http://w3c-test.org/content-security-policy/blink-contrib/filesystem-urls-match-filesystem.sub.html">http://w3c-test.org/content-security-policy/blink-contrib/filesystem-urls-match-filesystem.sub.html</a><br>
286286
</td>
287287
<td class="pass">PASS</td>
288288
<td class="pass">PASS (N/A for filesystem:)</td>
289289
</tr>
290290

291+
<tr class="todo two">
292+
<td>2</td>
293+
<td class="feature">GUID url schemes: worker from blob: doesn't match 'self' or *</td>
294+
<td class="tests">
295+
<a href="http://w3c-test.org/content-security-policy/blink-contrib/self-doesnt-match-blob.sub.html">http://w3c-test.org/content-security-policy/blink-contrib/self-doesnt-match-blob.sub.html</a><br>
296+
<a href="http://w3c-test.org/content-security-policy/blink-contrib/star-doesnt-match-blob.sub.html">http://w3c-test.org/content-security-policy/blink-contrib/star-doesnt-match-blob.sub.html</a><br>
297+
</td>
298+
<td class="pass">FAIL 2/2</td>
299+
<td class="pass">FAIL 2/2 (blocked with an Error, not a CSP violation)</td>
300+
</tr>
301+
291302
<tr>
292303
<td>1</td>
293304
<td class="feature">redirects</td>

0 commit comments

Comments
 (0)