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

Unified Diff: LayoutTests/http/tests/security/link-crossorigin-subresource-no-cors-expected.txt

Issue 399653002: Rework CORS <link rel=stylesheet> tests as js-tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Move up window.test_count assignment Created 6 years, 5 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-subresource-no-cors-expected.txt
diff --git a/LayoutTests/http/tests/security/link-crossorigin-subresource-no-cors-expected.txt b/LayoutTests/http/tests/security/link-crossorigin-subresource-no-cors-expected.txt
index c489f58fb644c9a17f09e3ff414c5e8b7fd8229a..00c1ae95d0c2d0a04c0c2fd76f7e5f2c7b759d15 100644
--- a/LayoutTests/http/tests/security/link-crossorigin-subresource-no-cors-expected.txt
+++ b/LayoutTests/http/tests/security/link-crossorigin-subresource-no-cors-expected.txt
@@ -4,8 +4,14 @@ CONSOLE ERROR: Link subresource from origin 'http://localhost:8000' has been blo
CONSOLE ERROR: Link subresource from origin 'http://localhost:8000' has been blocked from loading by Cross-Origin Resource Sharing policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://127.0.0.1:8000' is therefore not allowed access.
Test that a subresource with a crossorigin attribute does not load a cross-origin resource that isn't CORS enabled.
-PASS
-PASS
-PASS
-PASS
+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