Index: third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/script-tag-with-source-implied-host.html |
diff --git a/third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/script-tag-with-source-implied-host.html b/third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/script-tag-with-source-implied-host.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..4b4254f8de01bea14ab71edaa92cd15aa0e6818f |
--- /dev/null |
+++ b/third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/script-tag-with-source-implied-host.html |
@@ -0,0 +1,15 @@ |
+<!DOCTYPE html> |
+<html> |
+<head> |
+<script> |
+if (window.testRunner) { |
+ testRunner.dumpAsText(); |
+ testRunner.setXSSAuditorEnabled(true); |
+} |
+</script> |
+</head> |
+<body> |
+<iframe src="http://localhost:8000/security/xssAuditor/resources/echo-intertag.pl?clutter=/xssAuditor/resources/xss.js%3e%3c/script%3e&q=%3cscript%20src=https:127.0.0.1:8443/security"> |
+</iframe> |
+</body> |
+</html> |