Skip to content

Commit 7371c20

Browse files
committed
latest results for child-src and frame-src from web-platform-tests/wpt#2155
1 parent 6173369 commit 7371c20

File tree

1 file changed

+17
-4
lines changed

1 file changed

+17
-4
lines changed

implementation_reports/CSP2_implementation_report.html

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -467,12 +467,21 @@ <h1>Implementation Report for <a href="http://w3.org/TR/csp2">Content Security P
467467
<td></td>
468468
</tr>
469469

470-
<tr class="todo two">
470+
<tr class="two">
471471
<td>2</td>
472472
<td class="feature">child-src</td>
473-
<td class="tests todo">TODO</td>
474-
<td></td>
475-
<td></td>
473+
<td class="tests">
474+
<a href="http://w3c-test.org/content-security-policy/child-src/child-src-about-blank-allowed-by-default.sub.html">http://w3c-test.org/content-security-policy/child-src/child-src-about-blank-allowed-by-default.sub.html</a><br>
475+
<a href="http://w3c-test.org/content-security-policy/child-src/child-src-about-blank-allowed-by-scheme.sub.html">http://w3c-test.org/content-security-policy/child-src/child-src-about-blank-allowed-by-scheme.sub.html</a><br>
476+
<a href="http://w3c-test.org/content-security-policy/child-src/child-src-allowed.sub.html">http://w3c-test.org/content-security-policy/child-src/child-src-allowed.sub.html</a><br>
477+
<a href="http://w3c-test.org/content-security-policy/child-src/child-src-blocked.sub.html">http://w3c-test.org/content-security-policy/child-src/child-src-blocked.sub.html</a><br>
478+
<a href="http://w3c-test.org/content-security-policy/child-src/child-src-conflicting-frame-src.sub.html">http://w3c-test.org/content-security-policy/child-src/child-src-confliciting-frame-src.sub.html</a><br>
479+
<a href="http://w3c-test.org/content-security-policy/child-src/child-src-worker-allowed.sub.html">http://w3c-test.org/content-security-policy/child-src/child-src-worker-allowed.sub.html</a><br>
480+
<a href="http://w3c-test.org/content-security-policy/child-src/child-src-worker-blocked.sub.html">http://w3c-test.org/content-security-policy/child-src/child-src-worker-blocked.sub.html</a><br>
481+
<a href="http://w3c-test.org/content-security-policy/child-src/child-src-cross-origin-load.sub.html">http://w3c-test.org/content-security-policy/child-src/child-src-cross-origin-load.sub.html</a><br>
482+
</td>
483+
<td class="pass">PASS</td>
484+
<td class="fail">FAIL (unknown direcitve)</td>
476485
</tr>
477486

478487
<tr>
@@ -559,6 +568,10 @@ <h1>Implementation Report for <a href="http://w3.org/TR/csp2">Content Security P
559568
<td class="feature">frame-src</td>
560569
<td class="tests">
561570
<a href="http://w3c-test.org/content-security-policy/blink-contrib/frame-src-cross-origin-load.sub.html">http://w3c-test.org/content-security-policy/blink-contrib/frame-src-cross-origin-load.sub.html</a><br>
571+
<a href="http://w3c-test.org/content-security-policy/blink-contrib/frame-src-about-blank-allowed-by-default.sub.html">http://w3c-test.org/content-security-policy/blink-contrib/frame-src-about-blank-allowed-by-default.sub.html</a><br>
572+
<a href="http://w3c-test.org/content-security-policy/blink-contrib/frame-src-about-blank-allowed-by-scheme.sub.html">http://w3c-test.org/content-security-policy/blink-contrib/frame-src-about-blank-allowed-by-scheme.sub.html</a><br>
573+
<a href="http://w3c-test.org/content-security-policy/blink-contrib/frame-src-about-blank-allowed.sub.html">http://w3c-test.org/content-security-policy/blink-contrib/frame-src-about-blank-allowed.sub.html</a><br>
574+
<a href="http://w3c-test.org/content-security-policy/blink-contrib/frame-src-about-blank-blocked.sub.html">http://w3c-test.org/content-security-policy/blink-contrib/frame-src-about-blank-blocked.sub.html</a><br>
562575
</td>
563576
<td class="pass">PASS</td>
564577
<td class="majoritypass">Blocking works correctly, but event firing is incorrect</td>

0 commit comments

Comments
 (0)