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

Unified Diff: LayoutTests/http/tests/security/link-crossorigin-stylesheet-import-credentials-expected.txt

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/link-crossorigin-stylesheet-import-credentials-expected.txt
diff --git a/LayoutTests/http/tests/security/link-crossorigin-subresource-anonymous-expected.txt b/LayoutTests/http/tests/security/link-crossorigin-stylesheet-import-credentials-expected.txt
similarity index 62%
copy from LayoutTests/http/tests/security/link-crossorigin-subresource-anonymous-expected.txt
copy to LayoutTests/http/tests/security/link-crossorigin-stylesheet-import-credentials-expected.txt
index a8f47c4c52e75a9be7dee2a0f898d8e1ae68e326..2185fd03a6e42284d0c67745ea01aa96a51686bc 100644
--- a/LayoutTests/http/tests/security/link-crossorigin-subresource-anonymous-expected.txt
+++ b/LayoutTests/http/tests/security/link-crossorigin-stylesheet-import-credentials-expected.txt
@@ -1,4 +1,4 @@
-Test that a subresource with a crossorigin=anonymous loads a CORS enabled resource.
+Test that CORS-fetched stylesheets (crossorigin=use-credentials) handle @import as expected.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
@@ -6,7 +6,6 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
PASS
PASS
PASS
-PASS
PASS successfullyParsed is true
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698