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

Side by Side Diff: LayoutTests/http/tests/security/link-crossorigin-stylesheet-use-credentials-expected.txt

Issue 135723008: Add CORS support for <link> elements. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Add setCrossOriginAccessControl() helper to avoid repetition matching CORS attribute value Created 6 years, 10 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 unified diff | Download patch
OLDNEW
(Empty)
1 CONSOLE ERROR: CSS stylesheet from origin 'http://localhost:8080' has been block ed from loading by Cross-Origin Resource Sharing policy: A wildcard '*' cannot b e used in the 'Access-Control-Allow-Origin' header when the credentials flag is true. Origin 'http://127.0.0.1:8000' is therefore not allowed access.
2 CONSOLE ERROR: CSS stylesheet from origin 'http://localhost:8080' has been block ed from loading by Cross-Origin Resource Sharing policy: A wildcard '*' cannot b e used in the 'Access-Control-Allow-Origin' header when the credentials flag is true. Origin 'http://127.0.0.1:8000' is therefore not allowed access.
3 Test that a linked stylesheet with a crossorigin=use-credentials attributes load s expected CORS enabled resources.
4
5 PASS
6 PASS
7 PASS
8 PASS
9
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698