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

Unified Diff: LayoutTests/http/tests/security/xssAuditor/html5-import.html

Issue 644663003: Apply XSSAuditor to html5 import (i.e. <link rel="import">) tags. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Remove parameter name. Created 6 years, 2 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
« no previous file with comments | « no previous file | LayoutTests/http/tests/security/xssAuditor/html5-import-CORS.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/http/tests/security/xssAuditor/html5-import.html
diff --git a/LayoutTests/http/tests/security/xssAuditor/base-href-safe2.html b/LayoutTests/http/tests/security/xssAuditor/html5-import.html
similarity index 57%
copy from LayoutTests/http/tests/security/xssAuditor/base-href-safe2.html
copy to LayoutTests/http/tests/security/xssAuditor/html5-import.html
index 2495b6a42116254e9bf70f9cb300f28783946215..23f845e8770c7f7b1e6b8720f70e7a026a05375a 100644
--- a/LayoutTests/http/tests/security/xssAuditor/base-href-safe2.html
+++ b/LayoutTests/http/tests/security/xssAuditor/html5-import.html
@@ -9,7 +9,7 @@ if (window.testRunner) {
</script>
</head>
<body>
-<iframe src="http://localhost:8000/security/xssAuditor/resources/base-href/base-href-safe2.html">
+<iframe src="http://localhost:8000/security/xssAuditor/resources/echo-intertag.pl?q=%3clink%20rel=%22import%22%20href=%22http://localhost:8000/security/xssAuditor/resources/echo-intertag.pl?q=%253cscript%253ealert(/XSS/)%253c/script%253e%22%3e">
</iframe>
</body>
</html>
« no previous file with comments | « no previous file | LayoutTests/http/tests/security/xssAuditor/html5-import-CORS.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698