Reviewed by NOBODY.
Don't hard code the hostname to make it work with run-webkit-httpd on other interfaces.
* http/tests/security/cross-frame-access-put.html:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@24250
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2007-07-12 David Kilzer <ddkilzer@apple.com>
+
+ Reviewed by NOBODY.
+
+ Don't hard code the hostname to make it work with run-webkit-httpd on other interfaces.
+
+ * http/tests/security/cross-frame-access-put.html:
+
2007-07-12 Justin Garcia <justin.garcia@apple.com>
Reviewed by Harrison.
<p>This test checks cross-frame access security of window attribute setters (rdar://problem/5326791).</p>
-<iframe src="http://localhost:8000/security/resources/cross-frame-iframe-for-put-test.html" style=""></iframe>
+<iframe src="/security/resources/cross-frame-iframe-for-put-test.html" style=""></iframe>
<pre id="console"></pre>
<script>
function log(s)