Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(46)

Unified Diff: LayoutTests/http/tests/security/resources/green-background-allow-credentials-import.php

Issue 1011103002: Allow cross-origin cssRules access to CORS-fetched stylesheet. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: compile fix.. Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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));

Powered by Google App Engine
This is Rietveld 408576698