Move CSP from Principal into Client, part 4: test updates.

Differential Revision: https://phabricator.services.mozilla.com/D27657

bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=965637
gecko-commit: c5554e93087a727b56a05ac67f20b7ccba47c3c5
gecko-integration-branch: autoland
gecko-reviewers: mccr8, jkt
diff --git a/content-security-policy/navigation/to-javascript-parent-initiated-child-csp.html b/content-security-policy/navigation/to-javascript-parent-initiated-child-csp.html
index f4daf18..e95e71c 100644
--- a/content-security-policy/navigation/to-javascript-parent-initiated-child-csp.html
+++ b/content-security-policy/navigation/to-javascript-parent-initiated-child-csp.html
@@ -4,7 +4,7 @@
 <script src="/resources/testharnessreport.js"></script>
 </head>
 <body>
-<iframe src="support/frame-with-csp.sub.html?csp=script-src%20%27self%27"></iframe>
+<iframe src="support/frame-with-csp.sub.html?csp=script-src%20%27unsafe-inline%27"></iframe>
 <div onclick="frames[0].location.href = 'javascript:parent.postMessage(\'executed\', \'*\')'" id="special_div"></div>
 <script>
   var t = async_test("Should have executed the javascript url");