Index: LayoutTests/http/tests/security/resources/green-background-allow-credentials-import.php |
diff --git a/LayoutTests/http/tests/security/resources/green-background-allow-credentials.php b/LayoutTests/http/tests/security/resources/green-background-allow-credentials-import.php |
similarity index 83% |
copy from LayoutTests/http/tests/security/resources/green-background-allow-credentials.php |
copy to LayoutTests/http/tests/security/resources/green-background-allow-credentials-import.php |
index 93be5f0b1c3c2d227fad7b915ad4e225344647c8..e7ca0881c93d9555212ab90e01880fb5dddca3a1 100644 |
--- a/LayoutTests/http/tests/security/resources/green-background-allow-credentials.php |
+++ b/LayoutTests/http/tests/security/resources/green-background-allow-credentials-import.php |
@@ -2,7 +2,7 @@ |
header("Access-Control-Allow-Origin: http://127.0.0.1:8000"); |
header("Access-Control-Allow-Credentials: true"); |
-$name = 'green-background.css'; |
+$name = 'green-background-import-credentials.css'; |
$fp = fopen($name, 'rb'); |
header("Content-Type: text/css"); |
header("Content-Length: " . filesize($name)); |