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

Unified Diff: LayoutTests/http/tests/security/link-crossorigin-stylesheet-no-cors.html

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-no-cors.html
diff --git a/LayoutTests/http/tests/security/link-crossorigin-stylesheet-no-cors.html b/LayoutTests/http/tests/security/link-crossorigin-stylesheet-no-cors.html
index ab7a2ad9fa4d94980bba82ba0f074018d4e90940..218ecb8a41c75663c56b4b835235628dfd82301e 100644
--- a/LayoutTests/http/tests/security/link-crossorigin-stylesheet-no-cors.html
+++ b/LayoutTests/http/tests/security/link-crossorigin-stylesheet-no-cors.html
@@ -2,7 +2,7 @@
<html>
<head>
<script src="/js-test-resources/js-test.js"></script>
-<script>window.test_count = 8;</script>
+<script>window.testCount = 8;</script>
<script src="resources/link-crossorigin-common.js"></script>
</head>
<body>

Powered by Google App Engine
This is Rietveld 408576698