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

Side by Side Diff: LayoutTests/http/tests/security/contentSecurityPolicy/suborigin-invalid-names.html

Issue 27073003: CSP Suborigins Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Address abarth's comments Created 6 years, 2 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
OLDNEW
(Empty)
1 <script>
2 if (window.testRunner)
3 testRunner.dumpAsText();
4 </script>
5 <iframe src="resources/suborigin.php?suborigin="></iframe>
6 <iframe src="resources/suborigin.php?suborigin='foobar'"></iframe>
7 <iframe src="resources/suborigin.php?suborigin='foobar"></iframe>
8 <iframe src="resources/suborigin.php?suborigin=foobar'"></iframe>
9 <iframe src="resources/suborigin.php?suborigin=foo'bar"></iframe>
10 <iframe src="resources/suborigin.php?suborigin=foob@r"></iframe>
11 <iframe src="resources/suborigin.php?suborigin=foo bar"></iframe>
12 <p>
13 There should be 7 console errors for this test to pass.
14 </p>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698