Index: LayoutTests/http/tests/security/xssAuditor/script-tag-inside-svg-tag4.html |
diff --git a/LayoutTests/http/tests/security/xssAuditor/base-href-safe3.html b/LayoutTests/http/tests/security/xssAuditor/script-tag-inside-svg-tag4.html |
similarity index 66% |
copy from LayoutTests/http/tests/security/xssAuditor/base-href-safe3.html |
copy to LayoutTests/http/tests/security/xssAuditor/script-tag-inside-svg-tag4.html |
index ab58233b4d7993e8e9e8014460b6661aa4f61073..fee5344cebfed4c9f02a5b69003a080a2e6c584f 100644 |
--- a/LayoutTests/http/tests/security/xssAuditor/base-href-safe3.html |
+++ b/LayoutTests/http/tests/security/xssAuditor/script-tag-inside-svg-tag4.html |
@@ -9,7 +9,8 @@ if (window.testRunner) { |
</script> |
</head> |
<body> |
-<iframe src="http://localhost:8000/security/xssAuditor/resources/base-href/base-href-safe3.html"> |
+<iframe src="http://localhost:8000/security/xssAuditor/resources/echo-intertag.pl?q=<svg><script>/<1/>alert(0)</script></svg>"> |
</iframe> |
+Ensures regexps are handled in even with nested script blocks. |
</body> |
</html> |