Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(650)

Side by Side Diff: LayoutTests/http/tests/security/contentSecurityPolicy/script-src-self-in-sandbox.html

Issue 150893004: CSP: 'self' should be handled correctly in sandboxes. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | LayoutTests/http/tests/security/contentSecurityPolicy/script-src-self-in-sandbox-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <script>
5 if (window.testRunner) {
6 testRunner.dumpAsText();
7 testRunner.dumpChildFramesAsText();
8 }
9 </script>
10 </head>
11 <body>
12 <iframe sandbox="allow-scripts" src="http://127.0.0.1:8000/security/contentS ecurityPolicy/resources/echo-script-src.pl?should_run=yes&q=http://127.0.0.1:800 0/security/contentSecurityPolicy/resources/script.js&csp=script-src%20'self'"></ iframe>
13 </body>
14 </html>
15
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/http/tests/security/contentSecurityPolicy/script-src-self-in-sandbox-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698