<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>[199172] trunk/LayoutTests</title>
</head>
<body>

<style type="text/css"><!--
#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; }
#msg dl.meta dt { float: left; width: 6em; font-weight: bold; }
#msg dt:after { content:':';}
#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt;  }
#msg dl a { font-weight: bold}
#msg dl a:link    { color:#fc3; }
#msg dl a:active  { color:#ff0; }
#msg dl a:visited { color:#cc6; }
h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; }
#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; }
#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; }
#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; }
#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; }
#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; }
#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; }
#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; }
#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; }
#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; }
#logmsg pre { background: #eee; padding: 1em; }
#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;}
#logmsg dl { margin: 0; }
#logmsg dt { font-weight: bold; }
#logmsg dd { margin: 0; padding: 0 0 0.5em 0; }
#logmsg dd:before { content:'\00bb';}
#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; }
#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; }
#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; }
#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; }
#logmsg table th.Corner { text-align: left; }
#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; }
#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; }
#patch { width: 100%; }
#patch h4 {font-family: verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;}
#patch .propset h4, #patch .binary h4 {margin:0;}
#patch pre {padding:0;line-height:1.2em;margin:0;}
#patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;}
#patch .propset .diff, #patch .binary .diff  {padding:10px 0;}
#patch span {display:block;padding:0 10px;}
#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<div id="msg">
<dl class="meta">
<dt>Revision</dt> <dd><a href="http://trac.webkit.org/projects/webkit/changeset/199172">199172</a></dd>
<dt>Author</dt> <dd>dbates@webkit.org</dd>
<dt>Date</dt> <dd>2016-04-07 12:52:41 -0700 (Thu, 07 Apr 2016)</dd>
</dl>

<h3>Log Message</h3>
<pre>CSP: Remove tests for unimplemented directive referrer
https://bugs.webkit.org/show_bug.cgi?id=156353

Reviewed by Andy Estes.

The Content Security Policy directive referrer was removed from the Content Security Policy Level 2 spec.,
&lt;https://w3c.github.io/webappsec-csp/2/&gt; (Editor's Draft, 29 August 2015). It was never implemented.
The functionality provided by this directive has been incorporated into its own meta tag and is covered
by the Referrer Policy spec., &lt;https://w3c.github.io/webappsec-referrer-policy/&gt;.

* http/tests/security/contentSecurityPolicy/1.1/referrer-always-http-http-expected.txt: Removed.
* http/tests/security/contentSecurityPolicy/1.1/referrer-always-http-http.html: Removed.
* http/tests/security/contentSecurityPolicy/1.1/referrer-always-http-https-expected.txt: Removed.
* http/tests/security/contentSecurityPolicy/1.1/referrer-always-http-https.html: Removed.
* http/tests/security/contentSecurityPolicy/1.1/referrer-always-https-http-expected.txt: Removed.
* http/tests/security/contentSecurityPolicy/1.1/referrer-always-https-http.html: Removed.
* http/tests/security/contentSecurityPolicy/1.1/referrer-always-https-https-expected.txt: Removed.
* http/tests/security/contentSecurityPolicy/1.1/referrer-always-https-https.html: Removed.
* http/tests/security/contentSecurityPolicy/1.1/referrer-default-http-http-expected.txt: Removed.
* http/tests/security/contentSecurityPolicy/1.1/referrer-default-http-http.html: Removed.
* http/tests/security/contentSecurityPolicy/1.1/referrer-default-http-https-expected.txt: Removed.
* http/tests/security/contentSecurityPolicy/1.1/referrer-default-http-https.html: Removed.
* http/tests/security/contentSecurityPolicy/1.1/referrer-default-https-http-expected.txt: Removed.
* http/tests/security/contentSecurityPolicy/1.1/referrer-default-https-http.html: Removed.
* http/tests/security/contentSecurityPolicy/1.1/referrer-default-https-https-expected.txt: Removed.
* http/tests/security/contentSecurityPolicy/1.1/referrer-default-https-https.html: Removed.
* http/tests/security/contentSecurityPolicy/1.1/referrer-empty-http-http-expected.txt: Removed.
* http/tests/security/contentSecurityPolicy/1.1/referrer-empty-http-http.html: Removed.
* http/tests/security/contentSecurityPolicy/1.1/referrer-empty-http-https-expected.txt: Removed.
* http/tests/security/contentSecurityPolicy/1.1/referrer-empty-http-https.html: Removed.
* http/tests/security/contentSecurityPolicy/1.1/referrer-empty-https-http-expected.txt: Removed.
* http/tests/security/contentSecurityPolicy/1.1/referrer-empty-https-http.html: Removed.
* http/tests/security/contentSecurityPolicy/1.1/referrer-empty-https-https-expected.txt: Removed.
* http/tests/security/contentSecurityPolicy/1.1/referrer-empty-https-https.html: Removed.
* http/tests/security/contentSecurityPolicy/1.1/referrer-invalid-http-http-expected.txt: Removed.
* http/tests/security/contentSecurityPolicy/1.1/referrer-invalid-http-http.html: Removed.
* http/tests/security/contentSecurityPolicy/1.1/referrer-invalid-http-https-expected.txt: Removed.
* http/tests/security/contentSecurityPolicy/1.1/referrer-invalid-http-https.html: Removed.
* http/tests/security/contentSecurityPolicy/1.1/referrer-invalid-https-http-expected.txt: Removed.
* http/tests/security/contentSecurityPolicy/1.1/referrer-invalid-https-http.html: Removed.
* http/tests/security/contentSecurityPolicy/1.1/referrer-invalid-https-https-expected.txt: Removed.
* http/tests/security/contentSecurityPolicy/1.1/referrer-invalid-https-https.html: Removed.
* http/tests/security/contentSecurityPolicy/1.1/referrer-never-http-http-expected.txt: Removed.
* http/tests/security/contentSecurityPolicy/1.1/referrer-never-http-http.html: Removed.
* http/tests/security/contentSecurityPolicy/1.1/referrer-never-http-https-expected.txt: Removed.
* http/tests/security/contentSecurityPolicy/1.1/referrer-never-http-https.html: Removed.
* http/tests/security/contentSecurityPolicy/1.1/referrer-never-https-http-expected.txt: Removed.
* http/tests/security/contentSecurityPolicy/1.1/referrer-never-https-http.html: Removed.
* http/tests/security/contentSecurityPolicy/1.1/referrer-never-https-https-expected.txt: Removed.
* http/tests/security/contentSecurityPolicy/1.1/referrer-never-https-https.html: Removed.
* http/tests/security/contentSecurityPolicy/1.1/referrer-origin-http-http-expected.txt: Removed.
* http/tests/security/contentSecurityPolicy/1.1/referrer-origin-http-http.html: Removed.
* http/tests/security/contentSecurityPolicy/1.1/referrer-origin-http-https-expected.txt: Removed.
* http/tests/security/contentSecurityPolicy/1.1/referrer-origin-http-https.html: Removed.
* http/tests/security/contentSecurityPolicy/1.1/referrer-origin-https-http-expected.txt: Removed.
* http/tests/security/contentSecurityPolicy/1.1/referrer-origin-https-http.html: Removed.
* http/tests/security/contentSecurityPolicy/1.1/referrer-origin-https-https-expected.txt: Removed.
* http/tests/security/contentSecurityPolicy/1.1/referrer-origin-https-https.html: Removed.
* http/tests/security/contentSecurityPolicy/resources/referrer-test-endpoint.php: Removed.
* http/tests/security/contentSecurityPolicy/resources/referrer-test.js: Removed.
* http/tests/security/contentSecurityPolicy/resources/referrer-test.php: Removed.</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkLayoutTestsChangeLog">trunk/LayoutTests/ChangeLog</a></li>
</ul>

<h3>Removed Paths</h3>
<ul>
<li><a href="#trunkLayoutTestshttptestssecuritycontentSecurityPolicy11referreralwayshttphttpexpectedtxt">trunk/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/referrer-always-http-http-expected.txt</a></li>
<li><a href="#trunkLayoutTestshttptestssecuritycontentSecurityPolicy11referreralwayshttphttphtml">trunk/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/referrer-always-http-http.html</a></li>
<li><a href="#trunkLayoutTestshttptestssecuritycontentSecurityPolicy11referreralwayshttphttpsexpectedtxt">trunk/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/referrer-always-http-https-expected.txt</a></li>
<li><a href="#trunkLayoutTestshttptestssecuritycontentSecurityPolicy11referreralwayshttphttpshtml">trunk/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/referrer-always-http-https.html</a></li>
<li><a href="#trunkLayoutTestshttptestssecuritycontentSecurityPolicy11referreralwayshttpshttpexpectedtxt">trunk/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/referrer-always-https-http-expected.txt</a></li>
<li><a href="#trunkLayoutTestshttptestssecuritycontentSecurityPolicy11referreralwayshttpshttphtml">trunk/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/referrer-always-https-http.html</a></li>
<li><a href="#trunkLayoutTestshttptestssecuritycontentSecurityPolicy11referreralwayshttpshttpsexpectedtxt">trunk/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/referrer-always-https-https-expected.txt</a></li>
<li><a href="#trunkLayoutTestshttptestssecuritycontentSecurityPolicy11referreralwayshttpshttpshtml">trunk/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/referrer-always-https-https.html</a></li>
<li><a href="#trunkLayoutTestshttptestssecuritycontentSecurityPolicy11referrerdefaulthttphttpexpectedtxt">trunk/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/referrer-default-http-http-expected.txt</a></li>
<li><a href="#trunkLayoutTestshttptestssecuritycontentSecurityPolicy11referrerdefaulthttphttphtml">trunk/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/referrer-default-http-http.html</a></li>
<li><a href="#trunkLayoutTestshttptestssecuritycontentSecurityPolicy11referrerdefaulthttphttpsexpectedtxt">trunk/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/referrer-default-http-https-expected.txt</a></li>
<li><a href="#trunkLayoutTestshttptestssecuritycontentSecurityPolicy11referrerdefaulthttphttpshtml">trunk/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/referrer-default-http-https.html</a></li>
<li><a href="#trunkLayoutTestshttptestssecuritycontentSecurityPolicy11referrerdefaulthttpshttpexpectedtxt">trunk/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/referrer-default-https-http-expected.txt</a></li>
<li><a href="#trunkLayoutTestshttptestssecuritycontentSecurityPolicy11referrerdefaulthttpshttphtml">trunk/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/referrer-default-https-http.html</a></li>
<li><a href="#trunkLayoutTestshttptestssecuritycontentSecurityPolicy11referrerdefaulthttpshttpsexpectedtxt">trunk/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/referrer-default-https-https-expected.txt</a></li>
<li><a href="#trunkLayoutTestshttptestssecuritycontentSecurityPolicy11referrerdefaulthttpshttpshtml">trunk/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/referrer-default-https-https.html</a></li>
<li><a href="#trunkLayoutTestshttptestssecuritycontentSecurityPolicy11referreremptyhttphttpexpectedtxt">trunk/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/referrer-empty-http-http-expected.txt</a></li>
<li><a href="#trunkLayoutTestshttptestssecuritycontentSecurityPolicy11referreremptyhttphttphtml">trunk/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/referrer-empty-http-http.html</a></li>
<li><a href="#trunkLayoutTestshttptestssecuritycontentSecurityPolicy11referreremptyhttphttpsexpectedtxt">trunk/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/referrer-empty-http-https-expected.txt</a></li>
<li><a href="#trunkLayoutTestshttptestssecuritycontentSecurityPolicy11referreremptyhttphttpshtml">trunk/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/referrer-empty-http-https.html</a></li>
<li><a href="#trunkLayoutTestshttptestssecuritycontentSecurityPolicy11referreremptyhttpshttpexpectedtxt">trunk/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/referrer-empty-https-http-expected.txt</a></li>
<li><a href="#trunkLayoutTestshttptestssecuritycontentSecurityPolicy11referreremptyhttpshttphtml">trunk/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/referrer-empty-https-http.html</a></li>
<li><a href="#trunkLayoutTestshttptestssecuritycontentSecurityPolicy11referreremptyhttpshttpsexpectedtxt">trunk/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/referrer-empty-https-https-expected.txt</a></li>
<li><a href="#trunkLayoutTestshttptestssecuritycontentSecurityPolicy11referreremptyhttpshttpshtml">trunk/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/referrer-empty-https-https.html</a></li>
<li><a href="#trunkLayoutTestshttptestssecuritycontentSecurityPolicy11referrerinvalidhttphttpexpectedtxt">trunk/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/referrer-invalid-http-http-expected.txt</a></li>
<li><a href="#trunkLayoutTestshttptestssecuritycontentSecurityPolicy11referrerinvalidhttphttphtml">trunk/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/referrer-invalid-http-http.html</a></li>
<li><a href="#trunkLayoutTestshttptestssecuritycontentSecurityPolicy11referrerinvalidhttphttpsexpectedtxt">trunk/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/referrer-invalid-http-https-expected.txt</a></li>
<li><a href="#trunkLayoutTestshttptestssecuritycontentSecurityPolicy11referrerinvalidhttphttpshtml">trunk/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/referrer-invalid-http-https.html</a></li>
<li><a href="#trunkLayoutTestshttptestssecuritycontentSecurityPolicy11referrerinvalidhttpshttpexpectedtxt">trunk/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/referrer-invalid-https-http-expected.txt</a></li>
<li><a href="#trunkLayoutTestshttptestssecuritycontentSecurityPolicy11referrerinvalidhttpshttphtml">trunk/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/referrer-invalid-https-http.html</a></li>
<li><a href="#trunkLayoutTestshttptestssecuritycontentSecurityPolicy11referrerinvalidhttpshttpsexpectedtxt">trunk/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/referrer-invalid-https-https-expected.txt</a></li>
<li><a href="#trunkLayoutTestshttptestssecuritycontentSecurityPolicy11referrerinvalidhttpshttpshtml">trunk/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/referrer-invalid-https-https.html</a></li>
<li><a href="#trunkLayoutTestshttptestssecuritycontentSecurityPolicy11referrerneverhttphttpexpectedtxt">trunk/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/referrer-never-http-http-expected.txt</a></li>
<li><a href="#trunkLayoutTestshttptestssecuritycontentSecurityPolicy11referrerneverhttphttphtml">trunk/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/referrer-never-http-http.html</a></li>
<li><a href="#trunkLayoutTestshttptestssecuritycontentSecurityPolicy11referrerneverhttphttpsexpectedtxt">trunk/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/referrer-never-http-https-expected.txt</a></li>
<li><a href="#trunkLayoutTestshttptestssecuritycontentSecurityPolicy11referrerneverhttphttpshtml">trunk/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/referrer-never-http-https.html</a></li>
<li><a href="#trunkLayoutTestshttptestssecuritycontentSecurityPolicy11referrerneverhttpshttpexpectedtxt">trunk/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/referrer-never-https-http-expected.txt</a></li>
<li><a href="#trunkLayoutTestshttptestssecuritycontentSecurityPolicy11referrerneverhttpshttphtml">trunk/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/referrer-never-https-http.html</a></li>
<li><a href="#trunkLayoutTestshttptestssecuritycontentSecurityPolicy11referrerneverhttpshttpsexpectedtxt">trunk/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/referrer-never-https-https-expected.txt</a></li>
<li><a href="#trunkLayoutTestshttptestssecuritycontentSecurityPolicy11referrerneverhttpshttpshtml">trunk/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/referrer-never-https-https.html</a></li>
<li><a href="#trunkLayoutTestshttptestssecuritycontentSecurityPolicy11referreroriginhttphttpexpectedtxt">trunk/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/referrer-origin-http-http-expected.txt</a></li>
<li><a href="#trunkLayoutTestshttptestssecuritycontentSecurityPolicy11referreroriginhttphttphtml">trunk/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/referrer-origin-http-http.html</a></li>
<li><a href="#trunkLayoutTestshttptestssecuritycontentSecurityPolicy11referreroriginhttphttpsexpectedtxt">trunk/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/referrer-origin-http-https-expected.txt</a></li>
<li><a href="#trunkLayoutTestshttptestssecuritycontentSecurityPolicy11referreroriginhttphttpshtml">trunk/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/referrer-origin-http-https.html</a></li>
<li><a href="#trunkLayoutTestshttptestssecuritycontentSecurityPolicy11referreroriginhttpshttpexpectedtxt">trunk/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/referrer-origin-https-http-expected.txt</a></li>
<li><a href="#trunkLayoutTestshttptestssecuritycontentSecurityPolicy11referreroriginhttpshttphtml">trunk/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/referrer-origin-https-http.html</a></li>
<li><a href="#trunkLayoutTestshttptestssecuritycontentSecurityPolicy11referreroriginhttpshttpsexpectedtxt">trunk/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/referrer-origin-https-https-expected.txt</a></li>
<li><a href="#trunkLayoutTestshttptestssecuritycontentSecurityPolicy11referreroriginhttpshttpshtml">trunk/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/referrer-origin-https-https.html</a></li>
<li><a href="#trunkLayoutTestshttptestssecuritycontentSecurityPolicyresourcesreferrertestendpointphp">trunk/LayoutTests/http/tests/security/contentSecurityPolicy/resources/referrer-test-endpoint.php</a></li>
<li><a href="#trunkLayoutTestshttptestssecuritycontentSecurityPolicyresourcesreferrertestjs">trunk/LayoutTests/http/tests/security/contentSecurityPolicy/resources/referrer-test.js</a></li>
<li><a href="#trunkLayoutTestshttptestssecuritycontentSecurityPolicyresourcesreferrertestphp">trunk/LayoutTests/http/tests/security/contentSecurityPolicy/resources/referrer-test.php</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkLayoutTestsChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/ChangeLog (199171 => 199172)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/ChangeLog        2016-04-07 19:47:27 UTC (rev 199171)
+++ trunk/LayoutTests/ChangeLog        2016-04-07 19:52:41 UTC (rev 199172)
</span><span class="lines">@@ -1,3 +1,67 @@
</span><ins>+2016-04-07  Daniel Bates  &lt;dabates@apple.com&gt;
+
+        CSP: Remove tests for unimplemented directive referrer
+        https://bugs.webkit.org/show_bug.cgi?id=156353
+
+        Reviewed by Andy Estes.
+
+        The Content Security Policy directive referrer was removed from the Content Security Policy Level 2 spec.,
+        &lt;https://w3c.github.io/webappsec-csp/2/&gt; (Editor's Draft, 29 August 2015). It was never implemented.
+        The functionality provided by this directive has been incorporated into its own meta tag and is covered
+        by the Referrer Policy spec., &lt;https://w3c.github.io/webappsec-referrer-policy/&gt;.
+
+        * http/tests/security/contentSecurityPolicy/1.1/referrer-always-http-http-expected.txt: Removed.
+        * http/tests/security/contentSecurityPolicy/1.1/referrer-always-http-http.html: Removed.
+        * http/tests/security/contentSecurityPolicy/1.1/referrer-always-http-https-expected.txt: Removed.
+        * http/tests/security/contentSecurityPolicy/1.1/referrer-always-http-https.html: Removed.
+        * http/tests/security/contentSecurityPolicy/1.1/referrer-always-https-http-expected.txt: Removed.
+        * http/tests/security/contentSecurityPolicy/1.1/referrer-always-https-http.html: Removed.
+        * http/tests/security/contentSecurityPolicy/1.1/referrer-always-https-https-expected.txt: Removed.
+        * http/tests/security/contentSecurityPolicy/1.1/referrer-always-https-https.html: Removed.
+        * http/tests/security/contentSecurityPolicy/1.1/referrer-default-http-http-expected.txt: Removed.
+        * http/tests/security/contentSecurityPolicy/1.1/referrer-default-http-http.html: Removed.
+        * http/tests/security/contentSecurityPolicy/1.1/referrer-default-http-https-expected.txt: Removed.
+        * http/tests/security/contentSecurityPolicy/1.1/referrer-default-http-https.html: Removed.
+        * http/tests/security/contentSecurityPolicy/1.1/referrer-default-https-http-expected.txt: Removed.
+        * http/tests/security/contentSecurityPolicy/1.1/referrer-default-https-http.html: Removed.
+        * http/tests/security/contentSecurityPolicy/1.1/referrer-default-https-https-expected.txt: Removed.
+        * http/tests/security/contentSecurityPolicy/1.1/referrer-default-https-https.html: Removed.
+        * http/tests/security/contentSecurityPolicy/1.1/referrer-empty-http-http-expected.txt: Removed.
+        * http/tests/security/contentSecurityPolicy/1.1/referrer-empty-http-http.html: Removed.
+        * http/tests/security/contentSecurityPolicy/1.1/referrer-empty-http-https-expected.txt: Removed.
+        * http/tests/security/contentSecurityPolicy/1.1/referrer-empty-http-https.html: Removed.
+        * http/tests/security/contentSecurityPolicy/1.1/referrer-empty-https-http-expected.txt: Removed.
+        * http/tests/security/contentSecurityPolicy/1.1/referrer-empty-https-http.html: Removed.
+        * http/tests/security/contentSecurityPolicy/1.1/referrer-empty-https-https-expected.txt: Removed.
+        * http/tests/security/contentSecurityPolicy/1.1/referrer-empty-https-https.html: Removed.
+        * http/tests/security/contentSecurityPolicy/1.1/referrer-invalid-http-http-expected.txt: Removed.
+        * http/tests/security/contentSecurityPolicy/1.1/referrer-invalid-http-http.html: Removed.
+        * http/tests/security/contentSecurityPolicy/1.1/referrer-invalid-http-https-expected.txt: Removed.
+        * http/tests/security/contentSecurityPolicy/1.1/referrer-invalid-http-https.html: Removed.
+        * http/tests/security/contentSecurityPolicy/1.1/referrer-invalid-https-http-expected.txt: Removed.
+        * http/tests/security/contentSecurityPolicy/1.1/referrer-invalid-https-http.html: Removed.
+        * http/tests/security/contentSecurityPolicy/1.1/referrer-invalid-https-https-expected.txt: Removed.
+        * http/tests/security/contentSecurityPolicy/1.1/referrer-invalid-https-https.html: Removed.
+        * http/tests/security/contentSecurityPolicy/1.1/referrer-never-http-http-expected.txt: Removed.
+        * http/tests/security/contentSecurityPolicy/1.1/referrer-never-http-http.html: Removed.
+        * http/tests/security/contentSecurityPolicy/1.1/referrer-never-http-https-expected.txt: Removed.
+        * http/tests/security/contentSecurityPolicy/1.1/referrer-never-http-https.html: Removed.
+        * http/tests/security/contentSecurityPolicy/1.1/referrer-never-https-http-expected.txt: Removed.
+        * http/tests/security/contentSecurityPolicy/1.1/referrer-never-https-http.html: Removed.
+        * http/tests/security/contentSecurityPolicy/1.1/referrer-never-https-https-expected.txt: Removed.
+        * http/tests/security/contentSecurityPolicy/1.1/referrer-never-https-https.html: Removed.
+        * http/tests/security/contentSecurityPolicy/1.1/referrer-origin-http-http-expected.txt: Removed.
+        * http/tests/security/contentSecurityPolicy/1.1/referrer-origin-http-http.html: Removed.
+        * http/tests/security/contentSecurityPolicy/1.1/referrer-origin-http-https-expected.txt: Removed.
+        * http/tests/security/contentSecurityPolicy/1.1/referrer-origin-http-https.html: Removed.
+        * http/tests/security/contentSecurityPolicy/1.1/referrer-origin-https-http-expected.txt: Removed.
+        * http/tests/security/contentSecurityPolicy/1.1/referrer-origin-https-http.html: Removed.
+        * http/tests/security/contentSecurityPolicy/1.1/referrer-origin-https-https-expected.txt: Removed.
+        * http/tests/security/contentSecurityPolicy/1.1/referrer-origin-https-https.html: Removed.
+        * http/tests/security/contentSecurityPolicy/resources/referrer-test-endpoint.php: Removed.
+        * http/tests/security/contentSecurityPolicy/resources/referrer-test.js: Removed.
+        * http/tests/security/contentSecurityPolicy/resources/referrer-test.php: Removed.
+
</ins><span class="cx"> 2016-04-07  Joseph Pecoraro  &lt;pecoraro@apple.com&gt;
</span><span class="cx"> 
</span><span class="cx">         Unreviewed follow-up fix to r199168. Add missing newline in expected output.
</span></span></pre></div>
<a id="trunkLayoutTestshttptestssecuritycontentSecurityPolicy11referreralwayshttphttpexpectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/referrer-always-http-http-expected.txt (199171 => 199172)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/referrer-always-http-http-expected.txt        2016-04-07 19:47:27 UTC (rev 199171)
+++ trunk/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/referrer-always-http-http-expected.txt        2016-04-07 19:52:41 UTC (rev 199172)
</span><span class="lines">@@ -1,10 +0,0 @@
</span><del>-Test that 'unsafe-url' works correctly from HTTP to HTTP.
-
-On success, you will see a series of &quot;PASS&quot; messages, followed by &quot;TEST COMPLETE&quot;.
-
-
-PASS ReferrerTest.referrerResult is &quot;http://127.0.0.1:8000/security/contentSecurityPolicy/resources/referrer-test.php?policy=unsafe-url&amp;to=http&quot;
-PASS successfullyParsed is true
-
-TEST COMPLETE
-
</del></span></pre></div>
<a id="trunkLayoutTestshttptestssecuritycontentSecurityPolicy11referreralwayshttphttphtml"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/referrer-always-http-http.html (199171 => 199172)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/referrer-always-http-http.html        2016-04-07 19:47:27 UTC (rev 199171)
+++ trunk/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/referrer-always-http-http.html        2016-04-07 19:52:41 UTC (rev 199172)
</span><span class="lines">@@ -1,13 +0,0 @@
</span><del>-&lt;!DOCTYPE html&gt;
-&lt;html&gt;
-&lt;head&gt;
-    &lt;script src=&quot;/js-test-resources/js-test.js&quot;&gt;&lt;/script&gt;
-    &lt;script src=&quot;../resources/referrer-test.js&quot;&gt;&lt;/script&gt;
-&lt;/head&gt;
-&lt;body&gt;
-    &lt;script&gt;
-        description(&quot;Test that 'unsafe-url' works correctly from HTTP to HTTP.&quot;);
-        expectFullReferrer(ReferrerTest.UNSAFE_URL, ReferrerTest.HTTP, ReferrerTest.HTTP);
-    &lt;/script&gt;
-&lt;/body&gt;
-&lt;/html&gt;
</del></span></pre></div>
<a id="trunkLayoutTestshttptestssecuritycontentSecurityPolicy11referreralwayshttphttpsexpectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/referrer-always-http-https-expected.txt (199171 => 199172)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/referrer-always-http-https-expected.txt        2016-04-07 19:47:27 UTC (rev 199171)
+++ trunk/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/referrer-always-http-https-expected.txt        2016-04-07 19:52:41 UTC (rev 199172)
</span><span class="lines">@@ -1,10 +0,0 @@
</span><del>-Test that 'unsafe-url' works correctly from HTTP to HTTPS.
-
-On success, you will see a series of &quot;PASS&quot; messages, followed by &quot;TEST COMPLETE&quot;.
-
-
-PASS ReferrerTest.referrerResult is &quot;http://127.0.0.1:8000/security/contentSecurityPolicy/resources/referrer-test.php?policy=unsafe-url&amp;to=https&quot;
-PASS successfullyParsed is true
-
-TEST COMPLETE
-
</del></span></pre></div>
<a id="trunkLayoutTestshttptestssecuritycontentSecurityPolicy11referreralwayshttphttpshtml"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/referrer-always-http-https.html (199171 => 199172)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/referrer-always-http-https.html        2016-04-07 19:47:27 UTC (rev 199171)
+++ trunk/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/referrer-always-http-https.html        2016-04-07 19:52:41 UTC (rev 199172)
</span><span class="lines">@@ -1,13 +0,0 @@
</span><del>-&lt;!DOCTYPE html&gt;
-&lt;html&gt;
-&lt;head&gt;
-    &lt;script src=&quot;/js-test-resources/js-test.js&quot;&gt;&lt;/script&gt;
-    &lt;script src=&quot;../resources/referrer-test.js&quot;&gt;&lt;/script&gt;
-&lt;/head&gt;
-&lt;body&gt;
-    &lt;script&gt;
-        description(&quot;Test that 'unsafe-url' works correctly from HTTP to HTTPS.&quot;);
-        expectFullReferrer(ReferrerTest.UNSAFE_URL, ReferrerTest.HTTP, ReferrerTest.HTTPS);
-    &lt;/script&gt;
-&lt;/body&gt;
-&lt;/html&gt;
</del></span></pre></div>
<a id="trunkLayoutTestshttptestssecuritycontentSecurityPolicy11referreralwayshttpshttpexpectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/referrer-always-https-http-expected.txt (199171 => 199172)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/referrer-always-https-http-expected.txt        2016-04-07 19:47:27 UTC (rev 199171)
+++ trunk/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/referrer-always-https-http-expected.txt        2016-04-07 19:52:41 UTC (rev 199172)
</span><span class="lines">@@ -1,10 +0,0 @@
</span><del>-Test that 'unsafe-url' works correctly from HTTPS to HTTP.
-
-On success, you will see a series of &quot;PASS&quot; messages, followed by &quot;TEST COMPLETE&quot;.
-
-
-PASS ReferrerTest.referrerResult is &quot;https://127.0.0.1:8443/security/contentSecurityPolicy/resources/referrer-test.php?policy=unsafe-url&amp;to=http&quot;
-PASS successfullyParsed is true
-
-TEST COMPLETE
-
</del></span></pre></div>
<a id="trunkLayoutTestshttptestssecuritycontentSecurityPolicy11referreralwayshttpshttphtml"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/referrer-always-https-http.html (199171 => 199172)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/referrer-always-https-http.html        2016-04-07 19:47:27 UTC (rev 199171)
+++ trunk/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/referrer-always-https-http.html        2016-04-07 19:52:41 UTC (rev 199172)
</span><span class="lines">@@ -1,13 +0,0 @@
</span><del>-&lt;!DOCTYPE html&gt;
-&lt;html&gt;
-&lt;head&gt;
-    &lt;script src=&quot;/js-test-resources/js-test.js&quot;&gt;&lt;/script&gt;
-    &lt;script src=&quot;../resources/referrer-test.js&quot;&gt;&lt;/script&gt;
-&lt;/head&gt;
-&lt;body&gt;
-    &lt;script&gt;
-        description(&quot;Test that 'unsafe-url' works correctly from HTTPS to HTTP.&quot;);
-        expectFullReferrer(ReferrerTest.UNSAFE_URL, ReferrerTest.HTTPS, ReferrerTest.HTTP);
-    &lt;/script&gt;
-&lt;/body&gt;
-&lt;/html&gt;
</del></span></pre></div>
<a id="trunkLayoutTestshttptestssecuritycontentSecurityPolicy11referreralwayshttpshttpsexpectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/referrer-always-https-https-expected.txt (199171 => 199172)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/referrer-always-https-https-expected.txt        2016-04-07 19:47:27 UTC (rev 199171)
+++ trunk/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/referrer-always-https-https-expected.txt        2016-04-07 19:52:41 UTC (rev 199172)
</span><span class="lines">@@ -1,10 +0,0 @@
</span><del>-Test that 'unsafe-url' works correctly from HTTPS to HTTPS.
-
-On success, you will see a series of &quot;PASS&quot; messages, followed by &quot;TEST COMPLETE&quot;.
-
-
-PASS ReferrerTest.referrerResult is &quot;https://127.0.0.1:8443/security/contentSecurityPolicy/resources/referrer-test.php?policy=unsafe-url&amp;to=https&quot;
-PASS successfullyParsed is true
-
-TEST COMPLETE
-
</del></span></pre></div>
<a id="trunkLayoutTestshttptestssecuritycontentSecurityPolicy11referreralwayshttpshttpshtml"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/referrer-always-https-https.html (199171 => 199172)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/referrer-always-https-https.html        2016-04-07 19:47:27 UTC (rev 199171)
+++ trunk/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/referrer-always-https-https.html        2016-04-07 19:52:41 UTC (rev 199172)
</span><span class="lines">@@ -1,13 +0,0 @@
</span><del>-&lt;!DOCTYPE html&gt;
-&lt;html&gt;
-&lt;head&gt;
-    &lt;script src=&quot;/js-test-resources/js-test.js&quot;&gt;&lt;/script&gt;
-    &lt;script src=&quot;../resources/referrer-test.js&quot;&gt;&lt;/script&gt;
-&lt;/head&gt;
-&lt;body&gt;
-    &lt;script&gt;
-        description(&quot;Test that 'unsafe-url' works correctly from HTTPS to HTTPS.&quot;);
-        expectFullReferrer(ReferrerTest.UNSAFE_URL, ReferrerTest.HTTPS, ReferrerTest.HTTPS);
-    &lt;/script&gt;
-&lt;/body&gt;
-&lt;/html&gt;
</del></span></pre></div>
<a id="trunkLayoutTestshttptestssecuritycontentSecurityPolicy11referrerdefaulthttphttpexpectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/referrer-default-http-http-expected.txt (199171 => 199172)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/referrer-default-http-http-expected.txt        2016-04-07 19:47:27 UTC (rev 199171)
+++ trunk/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/referrer-default-http-http-expected.txt        2016-04-07 19:52:41 UTC (rev 199172)
</span><span class="lines">@@ -1,10 +0,0 @@
</span><del>-Test that 'no-referrer-when-downgrade' works correctly from HTTP to HTTP.
-
-On success, you will see a series of &quot;PASS&quot; messages, followed by &quot;TEST COMPLETE&quot;.
-
-
-PASS ReferrerTest.referrerResult is &quot;http://127.0.0.1:8000/security/contentSecurityPolicy/resources/referrer-test.php?policy=no-referrer-when-downgrade&amp;to=http&quot;
-PASS successfullyParsed is true
-
-TEST COMPLETE
-
</del></span></pre></div>
<a id="trunkLayoutTestshttptestssecuritycontentSecurityPolicy11referrerdefaulthttphttphtml"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/referrer-default-http-http.html (199171 => 199172)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/referrer-default-http-http.html        2016-04-07 19:47:27 UTC (rev 199171)
+++ trunk/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/referrer-default-http-http.html        2016-04-07 19:52:41 UTC (rev 199172)
</span><span class="lines">@@ -1,13 +0,0 @@
</span><del>-&lt;!DOCTYPE html&gt;
-&lt;html&gt;
-&lt;head&gt;
-    &lt;script src=&quot;/js-test-resources/js-test.js&quot;&gt;&lt;/script&gt;
-    &lt;script src=&quot;../resources/referrer-test.js&quot;&gt;&lt;/script&gt;
-&lt;/head&gt;
-&lt;body&gt;
-    &lt;script&gt;
-        description(&quot;Test that 'no-referrer-when-downgrade' works correctly from HTTP to HTTP.&quot;);
-        expectFullReferrer(ReferrerTest.NO_REFERRER_WHEN_DOWNGRADE, ReferrerTest.HTTP, ReferrerTest.HTTP);
-    &lt;/script&gt;
-&lt;/body&gt;
-&lt;/html&gt;
</del></span></pre></div>
<a id="trunkLayoutTestshttptestssecuritycontentSecurityPolicy11referrerdefaulthttphttpsexpectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/referrer-default-http-https-expected.txt (199171 => 199172)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/referrer-default-http-https-expected.txt        2016-04-07 19:47:27 UTC (rev 199171)
+++ trunk/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/referrer-default-http-https-expected.txt        2016-04-07 19:52:41 UTC (rev 199172)
</span><span class="lines">@@ -1,10 +0,0 @@
</span><del>-Test that 'default' works correctly from HTTP to HTTPS.
-
-On success, you will see a series of &quot;PASS&quot; messages, followed by &quot;TEST COMPLETE&quot;.
-
-
-PASS ReferrerTest.referrerResult is &quot;http://127.0.0.1:8000/security/contentSecurityPolicy/resources/referrer-test.php?policy=no-referrer-when-downgrade&amp;to=https&quot;
-PASS successfullyParsed is true
-
-TEST COMPLETE
-
</del></span></pre></div>
<a id="trunkLayoutTestshttptestssecuritycontentSecurityPolicy11referrerdefaulthttphttpshtml"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/referrer-default-http-https.html (199171 => 199172)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/referrer-default-http-https.html        2016-04-07 19:47:27 UTC (rev 199171)
+++ trunk/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/referrer-default-http-https.html        2016-04-07 19:52:41 UTC (rev 199172)
</span><span class="lines">@@ -1,13 +0,0 @@
</span><del>-&lt;!DOCTYPE html&gt;
-&lt;html&gt;
-&lt;head&gt;
-    &lt;script src=&quot;/js-test-resources/js-test.js&quot;&gt;&lt;/script&gt;
-    &lt;script src=&quot;../resources/referrer-test.js&quot;&gt;&lt;/script&gt;
-&lt;/head&gt;
-&lt;body&gt;
-    &lt;script&gt;
-        description(&quot;Test that 'default' works correctly from HTTP to HTTPS.&quot;);
-        expectFullReferrer(ReferrerTest.NO_REFERRER_WHEN_DOWNGRADE, ReferrerTest.HTTP, ReferrerTest.HTTPS);
-    &lt;/script&gt;
-&lt;/body&gt;
-&lt;/html&gt;
</del></span></pre></div>
<a id="trunkLayoutTestshttptestssecuritycontentSecurityPolicy11referrerdefaulthttpshttpexpectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/referrer-default-https-http-expected.txt (199171 => 199172)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/referrer-default-https-http-expected.txt        2016-04-07 19:47:27 UTC (rev 199171)
+++ trunk/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/referrer-default-https-http-expected.txt        2016-04-07 19:52:41 UTC (rev 199172)
</span><span class="lines">@@ -1,10 +0,0 @@
</span><del>-Test that 'default' works correctly from HTTPS to HTTP.
-
-On success, you will see a series of &quot;PASS&quot; messages, followed by &quot;TEST COMPLETE&quot;.
-
-
-PASS ReferrerTest.referrerResult is &quot;&quot;
-PASS successfullyParsed is true
-
-TEST COMPLETE
-
</del></span></pre></div>
<a id="trunkLayoutTestshttptestssecuritycontentSecurityPolicy11referrerdefaulthttpshttphtml"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/referrer-default-https-http.html (199171 => 199172)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/referrer-default-https-http.html        2016-04-07 19:47:27 UTC (rev 199171)
+++ trunk/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/referrer-default-https-http.html        2016-04-07 19:52:41 UTC (rev 199172)
</span><span class="lines">@@ -1,13 +0,0 @@
</span><del>-&lt;!DOCTYPE html&gt;
-&lt;html&gt;
-&lt;head&gt;
-    &lt;script src=&quot;/js-test-resources/js-test.js&quot;&gt;&lt;/script&gt;
-    &lt;script src=&quot;../resources/referrer-test.js&quot;&gt;&lt;/script&gt;
-&lt;/head&gt;
-&lt;body&gt;
-    &lt;script&gt;
-        description(&quot;Test that 'default' works correctly from HTTPS to HTTP.&quot;);
-        expectNoReferrer(ReferrerTest.NO_REFERRER_WHEN_DOWNGRADE, ReferrerTest.HTTPS, ReferrerTest.HTTP);
-    &lt;/script&gt;
-&lt;/body&gt;
-&lt;/html&gt;
</del></span></pre></div>
<a id="trunkLayoutTestshttptestssecuritycontentSecurityPolicy11referrerdefaulthttpshttpsexpectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/referrer-default-https-https-expected.txt (199171 => 199172)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/referrer-default-https-https-expected.txt        2016-04-07 19:47:27 UTC (rev 199171)
+++ trunk/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/referrer-default-https-https-expected.txt        2016-04-07 19:52:41 UTC (rev 199172)
</span><span class="lines">@@ -1,10 +0,0 @@
</span><del>-Test that 'default' works correctly from HTTPS to HTTPS.
-
-On success, you will see a series of &quot;PASS&quot; messages, followed by &quot;TEST COMPLETE&quot;.
-
-
-PASS ReferrerTest.referrerResult is &quot;https://127.0.0.1:8443/security/contentSecurityPolicy/resources/referrer-test.php?policy=no-referrer-when-downgrade&amp;to=https&quot;
-PASS successfullyParsed is true
-
-TEST COMPLETE
-
</del></span></pre></div>
<a id="trunkLayoutTestshttptestssecuritycontentSecurityPolicy11referrerdefaulthttpshttpshtml"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/referrer-default-https-https.html (199171 => 199172)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/referrer-default-https-https.html        2016-04-07 19:47:27 UTC (rev 199171)
+++ trunk/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/referrer-default-https-https.html        2016-04-07 19:52:41 UTC (rev 199172)
</span><span class="lines">@@ -1,13 +0,0 @@
</span><del>-&lt;!DOCTYPE html&gt;
-&lt;html&gt;
-&lt;head&gt;
-    &lt;script src=&quot;/js-test-resources/js-test.js&quot;&gt;&lt;/script&gt;
-    &lt;script src=&quot;../resources/referrer-test.js&quot;&gt;&lt;/script&gt;
-&lt;/head&gt;
-&lt;body&gt;
-    &lt;script&gt;
-        description(&quot;Test that 'default' works correctly from HTTPS to HTTPS.&quot;);
-        expectFullReferrer(ReferrerTest.NO_REFERRER_WHEN_DOWNGRADE, ReferrerTest.HTTPS, ReferrerTest.HTTPS);
-    &lt;/script&gt;
-&lt;/body&gt;
-&lt;/html&gt;
</del></span></pre></div>
<a id="trunkLayoutTestshttptestssecuritycontentSecurityPolicy11referreremptyhttphttpexpectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/referrer-empty-http-http-expected.txt (199171 => 199172)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/referrer-empty-http-http-expected.txt        2016-04-07 19:47:27 UTC (rev 199171)
+++ trunk/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/referrer-empty-http-http-expected.txt        2016-04-07 19:52:41 UTC (rev 199172)
</span><span class="lines">@@ -1,11 +0,0 @@
</span><del>-CONSOLE MESSAGE: The 'referrer' Content Security Policy directive has the invalid value &quot;&quot;. Valid values are &quot;no-referrer&quot;, &quot;no-referrer-when-downgrade&quot;, &quot;origin&quot;, &quot;origin-when-cross-origin&quot;, and &quot;unsafe-url&quot;.
-Test that '' === never from HTTP to HTTP.
-
-On success, you will see a series of &quot;PASS&quot; messages, followed by &quot;TEST COMPLETE&quot;.
-
-
-PASS ReferrerTest.referrerResult is &quot;&quot;
-PASS successfullyParsed is true
-
-TEST COMPLETE
-
</del></span></pre></div>
<a id="trunkLayoutTestshttptestssecuritycontentSecurityPolicy11referreremptyhttphttphtml"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/referrer-empty-http-http.html (199171 => 199172)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/referrer-empty-http-http.html        2016-04-07 19:47:27 UTC (rev 199171)
+++ trunk/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/referrer-empty-http-http.html        2016-04-07 19:52:41 UTC (rev 199172)
</span><span class="lines">@@ -1,13 +0,0 @@
</span><del>-&lt;!DOCTYPE html&gt;
-&lt;html&gt;
-&lt;head&gt;
-    &lt;script src=&quot;/js-test-resources/js-test.js&quot;&gt;&lt;/script&gt;
-    &lt;script src=&quot;../resources/referrer-test.js&quot;&gt;&lt;/script&gt;
-&lt;/head&gt;
-&lt;body&gt;
-    &lt;script&gt;
-        description(&quot;Test that '' === never from HTTP to HTTP.&quot;);
-        expectNoReferrer(ReferrerTest.EMPTY, ReferrerTest.HTTP, ReferrerTest.HTTP);
-    &lt;/script&gt;
-&lt;/body&gt;
-&lt;/html&gt;
</del></span></pre></div>
<a id="trunkLayoutTestshttptestssecuritycontentSecurityPolicy11referreremptyhttphttpsexpectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/referrer-empty-http-https-expected.txt (199171 => 199172)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/referrer-empty-http-https-expected.txt        2016-04-07 19:47:27 UTC (rev 199171)
+++ trunk/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/referrer-empty-http-https-expected.txt        2016-04-07 19:52:41 UTC (rev 199172)
</span><span class="lines">@@ -1,11 +0,0 @@
</span><del>-CONSOLE MESSAGE: The 'referrer' Content Security Policy directive has the invalid value &quot;&quot;. Valid values are &quot;no-referrer&quot;, &quot;no-referrer-when-downgrade&quot;, &quot;origin&quot;, &quot;origin-when-cross-origin&quot;, and &quot;unsafe-url&quot;.
-Test that '' == never works correctly from HTTP to HTTPS.
-
-On success, you will see a series of &quot;PASS&quot; messages, followed by &quot;TEST COMPLETE&quot;.
-
-
-PASS ReferrerTest.referrerResult is &quot;&quot;
-PASS successfullyParsed is true
-
-TEST COMPLETE
-
</del></span></pre></div>
<a id="trunkLayoutTestshttptestssecuritycontentSecurityPolicy11referreremptyhttphttpshtml"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/referrer-empty-http-https.html (199171 => 199172)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/referrer-empty-http-https.html        2016-04-07 19:47:27 UTC (rev 199171)
+++ trunk/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/referrer-empty-http-https.html        2016-04-07 19:52:41 UTC (rev 199172)
</span><span class="lines">@@ -1,13 +0,0 @@
</span><del>-&lt;!DOCTYPE html&gt;
-&lt;html&gt;
-&lt;head&gt;
-    &lt;script src=&quot;/js-test-resources/js-test.js&quot;&gt;&lt;/script&gt;
-    &lt;script src=&quot;../resources/referrer-test.js&quot;&gt;&lt;/script&gt;
-&lt;/head&gt;
-&lt;body&gt;
-    &lt;script&gt;
-        description(&quot;Test that '' == never works correctly from HTTP to HTTPS.&quot;);
-        expectNoReferrer(ReferrerTest.EMPTY, ReferrerTest.HTTP, ReferrerTest.HTTPS);
-    &lt;/script&gt;
-&lt;/body&gt;
-&lt;/html&gt;
</del></span></pre></div>
<a id="trunkLayoutTestshttptestssecuritycontentSecurityPolicy11referreremptyhttpshttpexpectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/referrer-empty-https-http-expected.txt (199171 => 199172)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/referrer-empty-https-http-expected.txt        2016-04-07 19:47:27 UTC (rev 199171)
+++ trunk/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/referrer-empty-https-http-expected.txt        2016-04-07 19:52:41 UTC (rev 199172)
</span><span class="lines">@@ -1,11 +0,0 @@
</span><del>-CONSOLE MESSAGE: The 'referrer' Content Security Policy directive has the invalid value &quot;&quot;. Valid values are &quot;no-referrer&quot;, &quot;no-referrer-when-downgrade&quot;, &quot;origin&quot;, &quot;origin-when-cross-origin&quot;, and &quot;unsafe-url&quot;.
-Test that '' == never works correctly from HTTPS to HTTP.
-
-On success, you will see a series of &quot;PASS&quot; messages, followed by &quot;TEST COMPLETE&quot;.
-
-
-PASS ReferrerTest.referrerResult is &quot;&quot;
-PASS successfullyParsed is true
-
-TEST COMPLETE
-
</del></span></pre></div>
<a id="trunkLayoutTestshttptestssecuritycontentSecurityPolicy11referreremptyhttpshttphtml"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/referrer-empty-https-http.html (199171 => 199172)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/referrer-empty-https-http.html        2016-04-07 19:47:27 UTC (rev 199171)
+++ trunk/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/referrer-empty-https-http.html        2016-04-07 19:52:41 UTC (rev 199172)
</span><span class="lines">@@ -1,13 +0,0 @@
</span><del>-&lt;!DOCTYPE html&gt;
-&lt;html&gt;
-&lt;head&gt;
-    &lt;script src=&quot;/js-test-resources/js-test.js&quot;&gt;&lt;/script&gt;
-    &lt;script src=&quot;../resources/referrer-test.js&quot;&gt;&lt;/script&gt;
-&lt;/head&gt;
-&lt;body&gt;
-    &lt;script&gt;
-        description(&quot;Test that '' == never works correctly from HTTPS to HTTP.&quot;);
-        expectNoReferrer(ReferrerTest.EMPTY, ReferrerTest.HTTPS, ReferrerTest.HTTP);
-    &lt;/script&gt;
-&lt;/body&gt;
-&lt;/html&gt;
</del></span></pre></div>
<a id="trunkLayoutTestshttptestssecuritycontentSecurityPolicy11referreremptyhttpshttpsexpectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/referrer-empty-https-https-expected.txt (199171 => 199172)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/referrer-empty-https-https-expected.txt        2016-04-07 19:47:27 UTC (rev 199171)
+++ trunk/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/referrer-empty-https-https-expected.txt        2016-04-07 19:52:41 UTC (rev 199172)
</span><span class="lines">@@ -1,11 +0,0 @@
</span><del>-CONSOLE MESSAGE: The 'referrer' Content Security Policy directive has the invalid value &quot;&quot;. Valid values are &quot;no-referrer&quot;, &quot;no-referrer-when-downgrade&quot;, &quot;origin&quot;, &quot;origin-when-cross-origin&quot;, and &quot;unsafe-url&quot;.
-Test that '' == never works correctly from HTTPS to HTTPS.
-
-On success, you will see a series of &quot;PASS&quot; messages, followed by &quot;TEST COMPLETE&quot;.
-
-
-PASS ReferrerTest.referrerResult is &quot;&quot;
-PASS successfullyParsed is true
-
-TEST COMPLETE
-
</del></span></pre></div>
<a id="trunkLayoutTestshttptestssecuritycontentSecurityPolicy11referreremptyhttpshttpshtml"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/referrer-empty-https-https.html (199171 => 199172)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/referrer-empty-https-https.html        2016-04-07 19:47:27 UTC (rev 199171)
+++ trunk/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/referrer-empty-https-https.html        2016-04-07 19:52:41 UTC (rev 199172)
</span><span class="lines">@@ -1,13 +0,0 @@
</span><del>-&lt;!DOCTYPE html&gt;
-&lt;html&gt;
-&lt;head&gt;
-    &lt;script src=&quot;/js-test-resources/js-test.js&quot;&gt;&lt;/script&gt;
-    &lt;script src=&quot;../resources/referrer-test.js&quot;&gt;&lt;/script&gt;
-&lt;/head&gt;
-&lt;body&gt;
-    &lt;script&gt;
-        description(&quot;Test that '' == never works correctly from HTTPS to HTTPS.&quot;);
-        expectNoReferrer(ReferrerTest.EMPTY, ReferrerTest.HTTPS, ReferrerTest.HTTPS);
-    &lt;/script&gt;
-&lt;/body&gt;
-&lt;/html&gt;
</del></span></pre></div>
<a id="trunkLayoutTestshttptestssecuritycontentSecurityPolicy11referrerinvalidhttphttpexpectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/referrer-invalid-http-http-expected.txt (199171 => 199172)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/referrer-invalid-http-http-expected.txt        2016-04-07 19:47:27 UTC (rev 199171)
+++ trunk/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/referrer-invalid-http-http-expected.txt        2016-04-07 19:52:41 UTC (rev 199172)
</span><span class="lines">@@ -1,11 +0,0 @@
</span><del>-CONSOLE MESSAGE: The 'referrer' Content Security Policy directive has the invalid value &quot;invalid&quot;. Valid values are &quot;no-referrer&quot;, &quot;no-referrer-when-downgrade&quot;, &quot;origin&quot;, &quot;origin-when-cross-origin&quot;, and &quot;unsafe-url&quot;.
-Test that invalid is ignored from HTTP to HTTP.
-
-On success, you will see a series of &quot;PASS&quot; messages, followed by &quot;TEST COMPLETE&quot;.
-
-
-PASS ReferrerTest.referrerResult is &quot;http://127.0.0.1:8000/security/contentSecurityPolicy/resources/referrer-test.php?policy=invalid&amp;to=http&quot;
-PASS successfullyParsed is true
-
-TEST COMPLETE
-
</del></span></pre></div>
<a id="trunkLayoutTestshttptestssecuritycontentSecurityPolicy11referrerinvalidhttphttphtml"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/referrer-invalid-http-http.html (199171 => 199172)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/referrer-invalid-http-http.html        2016-04-07 19:47:27 UTC (rev 199171)
+++ trunk/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/referrer-invalid-http-http.html        2016-04-07 19:52:41 UTC (rev 199172)
</span><span class="lines">@@ -1,14 +0,0 @@
</span><del>-&lt;!DOCTYPE html&gt;
-&lt;html&gt;
-&lt;head&gt;
-    &lt;script src=&quot;/js-test-resources/js-test.js&quot;&gt;&lt;/script&gt;
-    &lt;script src=&quot;../resources/referrer-test.js&quot;&gt;&lt;/script&gt;
-&lt;/head&gt;
-&lt;body&gt;
-    &lt;script&gt;
-        description(&quot;Test that invalid is ignored from HTTP to HTTP.&quot;);
-        expectFullReferrer(ReferrerTest.INVALID, ReferrerTest.HTTP, ReferrerTest.HTTP);
-    &lt;/script&gt;
-&lt;/body&gt;
-&lt;/html&gt;
-
</del></span></pre></div>
<a id="trunkLayoutTestshttptestssecuritycontentSecurityPolicy11referrerinvalidhttphttpsexpectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/referrer-invalid-http-https-expected.txt (199171 => 199172)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/referrer-invalid-http-https-expected.txt        2016-04-07 19:47:27 UTC (rev 199171)
+++ trunk/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/referrer-invalid-http-https-expected.txt        2016-04-07 19:52:41 UTC (rev 199172)
</span><span class="lines">@@ -1,11 +0,0 @@
</span><del>-CONSOLE MESSAGE: The 'referrer' Content Security Policy directive has the invalid value &quot;invalid&quot;. Valid values are &quot;no-referrer&quot;, &quot;no-referrer-when-downgrade&quot;, &quot;origin&quot;, &quot;origin-when-cross-origin&quot;, and &quot;unsafe-url&quot;.
-Test that invalid is ignored from HTTP to HTTPS.
-
-On success, you will see a series of &quot;PASS&quot; messages, followed by &quot;TEST COMPLETE&quot;.
-
-
-PASS ReferrerTest.referrerResult is &quot;http://127.0.0.1:8000/security/contentSecurityPolicy/resources/referrer-test.php?policy=invalid&amp;to=https&quot;
-PASS successfullyParsed is true
-
-TEST COMPLETE
-
</del></span></pre></div>
<a id="trunkLayoutTestshttptestssecuritycontentSecurityPolicy11referrerinvalidhttphttpshtml"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/referrer-invalid-http-https.html (199171 => 199172)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/referrer-invalid-http-https.html        2016-04-07 19:47:27 UTC (rev 199171)
+++ trunk/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/referrer-invalid-http-https.html        2016-04-07 19:52:41 UTC (rev 199172)
</span><span class="lines">@@ -1,13 +0,0 @@
</span><del>-&lt;!DOCTYPE html&gt;
-&lt;html&gt;
-&lt;head&gt;
-    &lt;script src=&quot;/js-test-resources/js-test.js&quot;&gt;&lt;/script&gt;
-    &lt;script src=&quot;../resources/referrer-test.js&quot;&gt;&lt;/script&gt;
-&lt;/head&gt;
-&lt;body&gt;
-    &lt;script&gt;
-        description(&quot;Test that invalid is ignored from HTTP to HTTPS.&quot;);
-        expectFullReferrer(ReferrerTest.INVALID, ReferrerTest.HTTP, ReferrerTest.HTTPS);
-    &lt;/script&gt;
-&lt;/body&gt;
-&lt;/html&gt;
</del></span></pre></div>
<a id="trunkLayoutTestshttptestssecuritycontentSecurityPolicy11referrerinvalidhttpshttpexpectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/referrer-invalid-https-http-expected.txt (199171 => 199172)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/referrer-invalid-https-http-expected.txt        2016-04-07 19:47:27 UTC (rev 199171)
+++ trunk/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/referrer-invalid-https-http-expected.txt        2016-04-07 19:52:41 UTC (rev 199172)
</span><span class="lines">@@ -1,11 +0,0 @@
</span><del>-CONSOLE MESSAGE: The 'referrer' Content Security Policy directive has the invalid value &quot;invalid&quot;. Valid values are &quot;no-referrer&quot;, &quot;no-referrer-when-downgrade&quot;, &quot;origin&quot;, &quot;origin-when-cross-origin&quot;, and &quot;unsafe-url&quot;.
-Test that invalid is ignored from HTTPS to HTTP.
-
-On success, you will see a series of &quot;PASS&quot; messages, followed by &quot;TEST COMPLETE&quot;.
-
-
-PASS ReferrerTest.referrerResult is &quot;&quot;
-PASS successfullyParsed is true
-
-TEST COMPLETE
-
</del></span></pre></div>
<a id="trunkLayoutTestshttptestssecuritycontentSecurityPolicy11referrerinvalidhttpshttphtml"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/referrer-invalid-https-http.html (199171 => 199172)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/referrer-invalid-https-http.html        2016-04-07 19:47:27 UTC (rev 199171)
+++ trunk/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/referrer-invalid-https-http.html        2016-04-07 19:52:41 UTC (rev 199172)
</span><span class="lines">@@ -1,13 +0,0 @@
</span><del>-&lt;!DOCTYPE html&gt;
-&lt;html&gt;
-&lt;head&gt;
-    &lt;script src=&quot;/js-test-resources/js-test.js&quot;&gt;&lt;/script&gt;
-    &lt;script src=&quot;../resources/referrer-test.js&quot;&gt;&lt;/script&gt;
-&lt;/head&gt;
-&lt;body&gt;
-    &lt;script&gt;
-        description(&quot;Test that invalid is ignored from HTTPS to HTTP.&quot;);
-        expectNoReferrer(ReferrerTest.INVALID, ReferrerTest.HTTPS, ReferrerTest.HTTP);
-    &lt;/script&gt;
-&lt;/body&gt;
-&lt;/html&gt;
</del></span></pre></div>
<a id="trunkLayoutTestshttptestssecuritycontentSecurityPolicy11referrerinvalidhttpshttpsexpectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/referrer-invalid-https-https-expected.txt (199171 => 199172)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/referrer-invalid-https-https-expected.txt        2016-04-07 19:47:27 UTC (rev 199171)
+++ trunk/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/referrer-invalid-https-https-expected.txt        2016-04-07 19:52:41 UTC (rev 199172)
</span><span class="lines">@@ -1,11 +0,0 @@
</span><del>-CONSOLE MESSAGE: The 'referrer' Content Security Policy directive has the invalid value &quot;invalid&quot;. Valid values are &quot;no-referrer&quot;, &quot;no-referrer-when-downgrade&quot;, &quot;origin&quot;, &quot;origin-when-cross-origin&quot;, and &quot;unsafe-url&quot;.
-Test that invalid is ignored from HTTPS to HTTPS.
-
-On success, you will see a series of &quot;PASS&quot; messages, followed by &quot;TEST COMPLETE&quot;.
-
-
-PASS ReferrerTest.referrerResult is &quot;https://127.0.0.1:8443/security/contentSecurityPolicy/resources/referrer-test.php?policy=invalid&amp;to=https&quot;
-PASS successfullyParsed is true
-
-TEST COMPLETE
-
</del></span></pre></div>
<a id="trunkLayoutTestshttptestssecuritycontentSecurityPolicy11referrerinvalidhttpshttpshtml"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/referrer-invalid-https-https.html (199171 => 199172)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/referrer-invalid-https-https.html        2016-04-07 19:47:27 UTC (rev 199171)
+++ trunk/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/referrer-invalid-https-https.html        2016-04-07 19:52:41 UTC (rev 199172)
</span><span class="lines">@@ -1,13 +0,0 @@
</span><del>-&lt;!DOCTYPE html&gt;
-&lt;html&gt;
-&lt;head&gt;
-    &lt;script src=&quot;/js-test-resources/js-test.js&quot;&gt;&lt;/script&gt;
-    &lt;script src=&quot;../resources/referrer-test.js&quot;&gt;&lt;/script&gt;
-&lt;/head&gt;
-&lt;body&gt;
-    &lt;script&gt;
-        description(&quot;Test that invalid is ignored from HTTPS to HTTPS.&quot;);
-        expectFullReferrer(ReferrerTest.INVALID, ReferrerTest.HTTPS, ReferrerTest.HTTPS);
-    &lt;/script&gt;
-&lt;/body&gt;
-&lt;/html&gt;
</del></span></pre></div>
<a id="trunkLayoutTestshttptestssecuritycontentSecurityPolicy11referrerneverhttphttpexpectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/referrer-never-http-http-expected.txt (199171 => 199172)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/referrer-never-http-http-expected.txt        2016-04-07 19:47:27 UTC (rev 199171)
+++ trunk/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/referrer-never-http-http-expected.txt        2016-04-07 19:52:41 UTC (rev 199172)
</span><span class="lines">@@ -1,10 +0,0 @@
</span><del>-Test that 'no-referrer' works correctly from HTTP to HTTP.
-
-On success, you will see a series of &quot;PASS&quot; messages, followed by &quot;TEST COMPLETE&quot;.
-
-
-PASS ReferrerTest.referrerResult is &quot;&quot;
-PASS successfullyParsed is true
-
-TEST COMPLETE
-
</del></span></pre></div>
<a id="trunkLayoutTestshttptestssecuritycontentSecurityPolicy11referrerneverhttphttphtml"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/referrer-never-http-http.html (199171 => 199172)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/referrer-never-http-http.html        2016-04-07 19:47:27 UTC (rev 199171)
+++ trunk/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/referrer-never-http-http.html        2016-04-07 19:52:41 UTC (rev 199172)
</span><span class="lines">@@ -1,13 +0,0 @@
</span><del>-&lt;!DOCTYPE html&gt;
-&lt;html&gt;
-&lt;head&gt;
-    &lt;script src=&quot;/js-test-resources/js-test.js&quot;&gt;&lt;/script&gt;
-    &lt;script src=&quot;../resources/referrer-test.js&quot;&gt;&lt;/script&gt;
-&lt;/head&gt;
-&lt;body&gt;
-    &lt;script&gt;
-        description(&quot;Test that 'no-referrer' works correctly from HTTP to HTTP.&quot;);
-        expectNoReferrer(ReferrerTest.NO_REFERRER, ReferrerTest.HTTP, ReferrerTest.HTTP);
-    &lt;/script&gt;
-&lt;/body&gt;
-&lt;/html&gt;
</del></span></pre></div>
<a id="trunkLayoutTestshttptestssecuritycontentSecurityPolicy11referrerneverhttphttpsexpectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/referrer-never-http-https-expected.txt (199171 => 199172)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/referrer-never-http-https-expected.txt        2016-04-07 19:47:27 UTC (rev 199171)
+++ trunk/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/referrer-never-http-https-expected.txt        2016-04-07 19:52:41 UTC (rev 199172)
</span><span class="lines">@@ -1,10 +0,0 @@
</span><del>-Test that 'no-referrer' works correctly from HTTP to HTTPS.
-
-On success, you will see a series of &quot;PASS&quot; messages, followed by &quot;TEST COMPLETE&quot;.
-
-
-PASS ReferrerTest.referrerResult is &quot;&quot;
-PASS successfullyParsed is true
-
-TEST COMPLETE
-
</del></span></pre></div>
<a id="trunkLayoutTestshttptestssecuritycontentSecurityPolicy11referrerneverhttphttpshtml"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/referrer-never-http-https.html (199171 => 199172)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/referrer-never-http-https.html        2016-04-07 19:47:27 UTC (rev 199171)
+++ trunk/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/referrer-never-http-https.html        2016-04-07 19:52:41 UTC (rev 199172)
</span><span class="lines">@@ -1,13 +0,0 @@
</span><del>-&lt;!DOCTYPE html&gt;
-&lt;html&gt;
-&lt;head&gt;
-    &lt;script src=&quot;/js-test-resources/js-test.js&quot;&gt;&lt;/script&gt;
-    &lt;script src=&quot;../resources/referrer-test.js&quot;&gt;&lt;/script&gt;
-&lt;/head&gt;
-&lt;body&gt;
-    &lt;script&gt;
-        description(&quot;Test that 'no-referrer' works correctly from HTTP to HTTPS.&quot;);
-        expectNoReferrer(ReferrerTest.NO_REFERRER, ReferrerTest.HTTP, ReferrerTest.HTTPS);
-    &lt;/script&gt;
-&lt;/body&gt;
-&lt;/html&gt;
</del></span></pre></div>
<a id="trunkLayoutTestshttptestssecuritycontentSecurityPolicy11referrerneverhttpshttpexpectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/referrer-never-https-http-expected.txt (199171 => 199172)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/referrer-never-https-http-expected.txt        2016-04-07 19:47:27 UTC (rev 199171)
+++ trunk/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/referrer-never-https-http-expected.txt        2016-04-07 19:52:41 UTC (rev 199172)
</span><span class="lines">@@ -1,10 +0,0 @@
</span><del>-Test that 'no-referrer' works correctly from HTTPS to HTTP.
-
-On success, you will see a series of &quot;PASS&quot; messages, followed by &quot;TEST COMPLETE&quot;.
-
-
-PASS ReferrerTest.referrerResult is &quot;&quot;
-PASS successfullyParsed is true
-
-TEST COMPLETE
-
</del></span></pre></div>
<a id="trunkLayoutTestshttptestssecuritycontentSecurityPolicy11referrerneverhttpshttphtml"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/referrer-never-https-http.html (199171 => 199172)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/referrer-never-https-http.html        2016-04-07 19:47:27 UTC (rev 199171)
+++ trunk/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/referrer-never-https-http.html        2016-04-07 19:52:41 UTC (rev 199172)
</span><span class="lines">@@ -1,13 +0,0 @@
</span><del>-&lt;!DOCTYPE html&gt;
-&lt;html&gt;
-&lt;head&gt;
-    &lt;script src=&quot;/js-test-resources/js-test.js&quot;&gt;&lt;/script&gt;
-    &lt;script src=&quot;../resources/referrer-test.js&quot;&gt;&lt;/script&gt;
-&lt;/head&gt;
-&lt;body&gt;
-    &lt;script&gt;
-        description(&quot;Test that 'no-referrer' works correctly from HTTPS to HTTP.&quot;);
-        expectNoReferrer(ReferrerTest.NO_REFERRER, ReferrerTest.HTTPS, ReferrerTest.HTTP);
-    &lt;/script&gt;
-&lt;/body&gt;
-&lt;/html&gt;
</del></span></pre></div>
<a id="trunkLayoutTestshttptestssecuritycontentSecurityPolicy11referrerneverhttpshttpsexpectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/referrer-never-https-https-expected.txt (199171 => 199172)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/referrer-never-https-https-expected.txt        2016-04-07 19:47:27 UTC (rev 199171)
+++ trunk/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/referrer-never-https-https-expected.txt        2016-04-07 19:52:41 UTC (rev 199172)
</span><span class="lines">@@ -1,10 +0,0 @@
</span><del>-Test that 'no-referrer' works correctly from HTTPS to HTTPS.
-
-On success, you will see a series of &quot;PASS&quot; messages, followed by &quot;TEST COMPLETE&quot;.
-
-
-PASS ReferrerTest.referrerResult is &quot;&quot;
-PASS successfullyParsed is true
-
-TEST COMPLETE
-
</del></span></pre></div>
<a id="trunkLayoutTestshttptestssecuritycontentSecurityPolicy11referrerneverhttpshttpshtml"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/referrer-never-https-https.html (199171 => 199172)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/referrer-never-https-https.html        2016-04-07 19:47:27 UTC (rev 199171)
+++ trunk/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/referrer-never-https-https.html        2016-04-07 19:52:41 UTC (rev 199172)
</span><span class="lines">@@ -1,13 +0,0 @@
</span><del>-&lt;!DOCTYPE html&gt;
-&lt;html&gt;
-&lt;head&gt;
-    &lt;script src=&quot;/js-test-resources/js-test.js&quot;&gt;&lt;/script&gt;
-    &lt;script src=&quot;../resources/referrer-test.js&quot;&gt;&lt;/script&gt;
-&lt;/head&gt;
-&lt;body&gt;
-    &lt;script&gt;
-        description(&quot;Test that 'no-referrer' works correctly from HTTPS to HTTPS.&quot;);
-        expectNoReferrer(ReferrerTest.NO_REFERRER, ReferrerTest.HTTPS, ReferrerTest.HTTPS);
-    &lt;/script&gt;
-&lt;/body&gt;
-&lt;/html&gt;
</del></span></pre></div>
<a id="trunkLayoutTestshttptestssecuritycontentSecurityPolicy11referreroriginhttphttpexpectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/referrer-origin-http-http-expected.txt (199171 => 199172)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/referrer-origin-http-http-expected.txt        2016-04-07 19:47:27 UTC (rev 199171)
+++ trunk/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/referrer-origin-http-http-expected.txt        2016-04-07 19:52:41 UTC (rev 199172)
</span><span class="lines">@@ -1,10 +0,0 @@
</span><del>-Test that 'origin' works correctly from HTTP to HTTP.
-
-On success, you will see a series of &quot;PASS&quot; messages, followed by &quot;TEST COMPLETE&quot;.
-
-
-PASS ReferrerTest.referrerResult is &quot;http://127.0.0.1:8000/&quot;
-PASS successfullyParsed is true
-
-TEST COMPLETE
-
</del></span></pre></div>
<a id="trunkLayoutTestshttptestssecuritycontentSecurityPolicy11referreroriginhttphttphtml"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/referrer-origin-http-http.html (199171 => 199172)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/referrer-origin-http-http.html        2016-04-07 19:47:27 UTC (rev 199171)
+++ trunk/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/referrer-origin-http-http.html        2016-04-07 19:52:41 UTC (rev 199172)
</span><span class="lines">@@ -1,13 +0,0 @@
</span><del>-&lt;!DOCTYPE html&gt;
-&lt;html&gt;
-&lt;head&gt;
-    &lt;script src=&quot;/js-test-resources/js-test.js&quot;&gt;&lt;/script&gt;
-    &lt;script src=&quot;../resources/referrer-test.js&quot;&gt;&lt;/script&gt;
-&lt;/head&gt;
-&lt;body&gt;
-    &lt;script&gt;
-        description(&quot;Test that 'origin' works correctly from HTTP to HTTP.&quot;);
-        expectOriginReferrer(ReferrerTest.ORIGIN, ReferrerTest.HTTP, ReferrerTest.HTTP);
-    &lt;/script&gt;
-&lt;/body&gt;
-&lt;/html&gt;
</del></span></pre></div>
<a id="trunkLayoutTestshttptestssecuritycontentSecurityPolicy11referreroriginhttphttpsexpectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/referrer-origin-http-https-expected.txt (199171 => 199172)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/referrer-origin-http-https-expected.txt        2016-04-07 19:47:27 UTC (rev 199171)
+++ trunk/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/referrer-origin-http-https-expected.txt        2016-04-07 19:52:41 UTC (rev 199172)
</span><span class="lines">@@ -1,10 +0,0 @@
</span><del>-Test that 'origin' works correctly from HTTP to HTTPS.
-
-On success, you will see a series of &quot;PASS&quot; messages, followed by &quot;TEST COMPLETE&quot;.
-
-
-PASS ReferrerTest.referrerResult is &quot;http://127.0.0.1:8000/&quot;
-PASS successfullyParsed is true
-
-TEST COMPLETE
-
</del></span></pre></div>
<a id="trunkLayoutTestshttptestssecuritycontentSecurityPolicy11referreroriginhttphttpshtml"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/referrer-origin-http-https.html (199171 => 199172)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/referrer-origin-http-https.html        2016-04-07 19:47:27 UTC (rev 199171)
+++ trunk/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/referrer-origin-http-https.html        2016-04-07 19:52:41 UTC (rev 199172)
</span><span class="lines">@@ -1,13 +0,0 @@
</span><del>-&lt;!DOCTYPE html&gt;
-&lt;html&gt;
-&lt;head&gt;
-    &lt;script src=&quot;/js-test-resources/js-test.js&quot;&gt;&lt;/script&gt;
-    &lt;script src=&quot;../resources/referrer-test.js&quot;&gt;&lt;/script&gt;
-&lt;/head&gt;
-&lt;body&gt;
-    &lt;script&gt;
-        description(&quot;Test that 'origin' works correctly from HTTP to HTTPS.&quot;);
-        expectOriginReferrer(ReferrerTest.ORIGIN, ReferrerTest.HTTP, ReferrerTest.HTTPS);
-    &lt;/script&gt;
-&lt;/body&gt;
-&lt;/html&gt;
</del></span></pre></div>
<a id="trunkLayoutTestshttptestssecuritycontentSecurityPolicy11referreroriginhttpshttpexpectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/referrer-origin-https-http-expected.txt (199171 => 199172)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/referrer-origin-https-http-expected.txt        2016-04-07 19:47:27 UTC (rev 199171)
+++ trunk/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/referrer-origin-https-http-expected.txt        2016-04-07 19:52:41 UTC (rev 199172)
</span><span class="lines">@@ -1,10 +0,0 @@
</span><del>-Test that 'origin' works correctly from HTTPS to HTTP.
-
-On success, you will see a series of &quot;PASS&quot; messages, followed by &quot;TEST COMPLETE&quot;.
-
-
-PASS ReferrerTest.referrerResult is &quot;https://127.0.0.1:8443/&quot;
-PASS successfullyParsed is true
-
-TEST COMPLETE
-
</del></span></pre></div>
<a id="trunkLayoutTestshttptestssecuritycontentSecurityPolicy11referreroriginhttpshttphtml"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/referrer-origin-https-http.html (199171 => 199172)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/referrer-origin-https-http.html        2016-04-07 19:47:27 UTC (rev 199171)
+++ trunk/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/referrer-origin-https-http.html        2016-04-07 19:52:41 UTC (rev 199172)
</span><span class="lines">@@ -1,13 +0,0 @@
</span><del>-&lt;!DOCTYPE html&gt;
-&lt;html&gt;
-&lt;head&gt;
-    &lt;script src=&quot;/js-test-resources/js-test.js&quot;&gt;&lt;/script&gt;
-    &lt;script src=&quot;../resources/referrer-test.js&quot;&gt;&lt;/script&gt;
-&lt;/head&gt;
-&lt;body&gt;
-    &lt;script&gt;
-        description(&quot;Test that 'origin' works correctly from HTTPS to HTTP.&quot;);
-        expectOriginReferrer(ReferrerTest.ORIGIN, ReferrerTest.HTTPS, ReferrerTest.HTTP);
-    &lt;/script&gt;
-&lt;/body&gt;
-&lt;/html&gt;
</del></span></pre></div>
<a id="trunkLayoutTestshttptestssecuritycontentSecurityPolicy11referreroriginhttpshttpsexpectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/referrer-origin-https-https-expected.txt (199171 => 199172)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/referrer-origin-https-https-expected.txt        2016-04-07 19:47:27 UTC (rev 199171)
+++ trunk/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/referrer-origin-https-https-expected.txt        2016-04-07 19:52:41 UTC (rev 199172)
</span><span class="lines">@@ -1,10 +0,0 @@
</span><del>-Test that 'origin' works correctly from HTTPS to HTTPS.
-
-On success, you will see a series of &quot;PASS&quot; messages, followed by &quot;TEST COMPLETE&quot;.
-
-
-PASS ReferrerTest.referrerResult is &quot;https://127.0.0.1:8443/&quot;
-PASS successfullyParsed is true
-
-TEST COMPLETE
-
</del></span></pre></div>
<a id="trunkLayoutTestshttptestssecuritycontentSecurityPolicy11referreroriginhttpshttpshtml"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/referrer-origin-https-https.html (199171 => 199172)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/referrer-origin-https-https.html        2016-04-07 19:47:27 UTC (rev 199171)
+++ trunk/LayoutTests/http/tests/security/contentSecurityPolicy/1.1/referrer-origin-https-https.html        2016-04-07 19:52:41 UTC (rev 199172)
</span><span class="lines">@@ -1,13 +0,0 @@
</span><del>-&lt;!DOCTYPE html&gt;
-&lt;html&gt;
-&lt;head&gt;
-    &lt;script src=&quot;/js-test-resources/js-test.js&quot;&gt;&lt;/script&gt;
-    &lt;script src=&quot;../resources/referrer-test.js&quot;&gt;&lt;/script&gt;
-&lt;/head&gt;
-&lt;body&gt;
-    &lt;script&gt;
-        description(&quot;Test that 'origin' works correctly from HTTPS to HTTPS.&quot;);
-        expectOriginReferrer(ReferrerTest.ORIGIN, ReferrerTest.HTTPS, ReferrerTest.HTTPS);
-    &lt;/script&gt;
-&lt;/body&gt;
-&lt;/html&gt;
</del></span></pre></div>
<a id="trunkLayoutTestshttptestssecuritycontentSecurityPolicyresourcesreferrertestendpointphp"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/http/tests/security/contentSecurityPolicy/resources/referrer-test-endpoint.php (199171 => 199172)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/http/tests/security/contentSecurityPolicy/resources/referrer-test-endpoint.php        2016-04-07 19:47:27 UTC (rev 199171)
+++ trunk/LayoutTests/http/tests/security/contentSecurityPolicy/resources/referrer-test-endpoint.php        2016-04-07 19:52:41 UTC (rev 199172)
</span><span class="lines">@@ -1,9 +0,0 @@
</span><del>-&lt;html&gt;
-&lt;head&gt;
-&lt;script&gt;
-    var referrerHeader = &quot;&lt;?php echo $_SERVER['HTTP_REFERER'] ?&gt;&quot;;
-    window.top.postMessage(referrerHeader, &quot;*&quot;);
-&lt;/script&gt;
-&lt;/head&gt;
-&lt;/html&gt;
-
</del></span></pre></div>
<a id="trunkLayoutTestshttptestssecuritycontentSecurityPolicyresourcesreferrertestjs"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/http/tests/security/contentSecurityPolicy/resources/referrer-test.js (199171 => 199172)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/http/tests/security/contentSecurityPolicy/resources/referrer-test.js        2016-04-07 19:47:27 UTC (rev 199171)
+++ trunk/LayoutTests/http/tests/security/contentSecurityPolicy/resources/referrer-test.js        2016-04-07 19:52:41 UTC (rev 199172)
</span><span class="lines">@@ -1,62 +0,0 @@
</span><del>-var ReferrerTest = {
-    NO_REFERRER: &quot;no-referrer&quot;,
-    NO_REFERRER_WHEN_DOWNGRADE: &quot;no-referrer-when-downgrade&quot;,
-    ORIGIN: &quot;origin&quot;,
-    ORIGIN_WHEN_CROSS_ORIGIN: &quot;origin-when-cross-origin&quot;,
-    UNSAFE_URL: &quot;unsafe-url&quot;,
-
-    INVALID: &quot;invalid&quot;,
-    EMPTY: &quot;&quot;,
-
-    HTTP: &quot;http&quot;,
-    HTTPS: &quot;https&quot;,
-
-    bindHandler: function(func) {
-        window.addEventListener(&quot;message&quot;, function (e) {
-            ReferrerTest.referrerResult = undefined;
-            func(e.data);
-            finishJSTest();
-        });
-    },
-
-    base: function(scheme) {
-        return scheme == &quot;http&quot; ? &quot;http://127.0.0.1:8000/&quot; : &quot;https://127.0.0.1:8443/&quot;;
-    },
-
-    generateFrameURL: function(policy, from, to) {
-        return ReferrerTest.base(from) + &quot;security/contentSecurityPolicy/resources/referrer-test.php?policy=&quot; + policy + &quot;&amp;to=&quot; + to;
-    },
-
-    injectFrame: function(policy, from, to) {
-        var iframe = document.createElement(&quot;iframe&quot;);
-        iframe.src = ReferrerTest.generateFrameURL(policy, from, to);
-        document.body.appendChild(iframe);
-    }
-};
-
-function expectFullReferrer(policy, from, to) {
-    ReferrerTest.bindHandler(function (referrer) {
-        ReferrerTest.referrerResult = referrer;
-        shouldBeEqualToString(&quot;ReferrerTest.referrerResult&quot;, ReferrerTest.generateFrameURL(policy, from, to));
-    });
-    ReferrerTest.injectFrame(policy, from, to);
-}
-
-function expectNoReferrer(policy, from, to) {
-    ReferrerTest.bindHandler(function (referrer) {
-        ReferrerTest.referrerResult = referrer;
-        shouldBeEqualToString(&quot;ReferrerTest.referrerResult&quot;, &quot;&quot;);
-    });
-    ReferrerTest.injectFrame(policy, from, to);
-}
-
-function expectOriginReferrer(policy, from, to) {
-    ReferrerTest.bindHandler(function (referrer) {
-        ReferrerTest.referrerResult = referrer;
-        shouldBeEqualToString(&quot;ReferrerTest.referrerResult&quot;, ReferrerTest.base(from));
-    });
-    ReferrerTest.injectFrame(policy, from, to);
-}
-
-window.wasPostTestScriptParsed = true;
-window.jsTestIsAsync = true;
</del></span></pre></div>
<a id="trunkLayoutTestshttptestssecuritycontentSecurityPolicyresourcesreferrertestphp"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/http/tests/security/contentSecurityPolicy/resources/referrer-test.php (199171 => 199172)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/http/tests/security/contentSecurityPolicy/resources/referrer-test.php        2016-04-07 19:47:27 UTC (rev 199171)
+++ trunk/LayoutTests/http/tests/security/contentSecurityPolicy/resources/referrer-test.php        2016-04-07 19:52:41 UTC (rev 199172)
</span><span class="lines">@@ -1,13 +0,0 @@
</span><del>-&lt;?php
-    $policy = $_GET[&quot;policy&quot;];
-    $to = $_GET[&quot;to&quot;] == &quot;http&quot; ? &quot;http://127.0.0.1:8000&quot; : &quot;https://127.0.0.1:8443&quot;;
-    header(&quot;Content-Security-Policy: referrer $policy&quot;);
-?&gt;
-&lt;!DOCTYPE html&gt;
-&lt;html&gt;
-&lt;head&gt;
-    &lt;script&gt;
-        document.location = &quot;&lt;?php echo $to ?&gt;/security/contentSecurityPolicy/resources/referrer-test-endpoint.php&quot;;
-    &lt;/script&gt;
-&lt;/head&gt;
-&lt;/html&gt;
</del></span></pre>
</div>
</div>

</body>
</html>