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

Side by Side Diff: LayoutTests/http/tests/security/contentSecurityPolicy/suborigin-valid-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=foobar"></iframe>
6 <iframe src="resources/suborigin.php?suborigin=foob4r"></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=42"></iframe>
10 <p>
11 There should be no console errors for this test to pass.
12 </p>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698