| Index: LayoutTests/http/tests/security/resources/green-background-allow-star-import.php
|
| diff --git a/LayoutTests/http/tests/security/resources/green-background-allow-star.php b/LayoutTests/http/tests/security/resources/green-background-allow-star-import.php
|
| similarity index 78%
|
| copy from LayoutTests/http/tests/security/resources/green-background-allow-star.php
|
| copy to LayoutTests/http/tests/security/resources/green-background-allow-star-import.php
|
| index c176c768a539e8615c9e4d72bd30c68292f49ac8..7c9304534d5656c5f8bfdaef3d9996a518861dac 100644
|
| --- a/LayoutTests/http/tests/security/resources/green-background-allow-star.php
|
| +++ b/LayoutTests/http/tests/security/resources/green-background-allow-star-import.php
|
| @@ -1,7 +1,7 @@
|
| <?php
|
| header("Access-Control-Allow-Origin: *");
|
|
|
| -$name = 'green-background.css';
|
| +$name = 'green-background-import-anonymous.css';
|
| $fp = fopen($name, 'rb');
|
| header("Content-Type: text/css");
|
| header("Content-Length: " . filesize($name));
|
|
|