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

Unified Diff: LayoutTests/http/tests/security/xssAuditor/script-tag-with-injected-template-string.html

Issue 1167763002: Make XSSAuditor aware of ECMA6 template strings. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Typo Created 5 years, 7 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/script-tag-with-injected-template-string-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/http/tests/security/xssAuditor/script-tag-with-injected-template-string.html
diff --git a/LayoutTests/http/tests/security/xssAuditor/base-href-safe2.html b/LayoutTests/http/tests/security/xssAuditor/script-tag-with-injected-template-string.html
similarity index 75%
copy from LayoutTests/http/tests/security/xssAuditor/base-href-safe2.html
copy to LayoutTests/http/tests/security/xssAuditor/script-tag-with-injected-template-string.html
index 2495b6a42116254e9bf70f9cb300f28783946215..6c6277efdae036e113202be5c2c27d7b1fd07f4e 100644
--- a/LayoutTests/http/tests/security/xssAuditor/base-href-safe2.html
+++ b/LayoutTests/http/tests/security/xssAuditor/script-tag-with-injected-template-string.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?clutter=text%0a<img>>&q=<script>alert(1)%2b`&q2=`</script>">
</iframe>
</body>
</html>
« no previous file with comments | « no previous file | LayoutTests/http/tests/security/xssAuditor/script-tag-with-injected-template-string-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698