Index: third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/svg-animate-href.html |
diff --git a/third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/svg-animate-href.html b/third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/svg-animate-href.html |
deleted file mode 100644 |
index cf1d26c144d92df8325e1a7fa5242676aa4072c6..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/http/tests/security/xssAuditor/svg-animate-href.html |
+++ /dev/null |
@@ -1,17 +0,0 @@ |
-<!DOCTYPE html> |
-<html> |
-<head> |
- <script> |
- if (window.testRunner) { |
- testRunner.dumpAsText(); |
- testRunner.dumpChildFramesAsText(); |
- testRunner.waitUntilDone(); |
- testRunner.setXSSAuditorEnabled(true); |
- } |
- </script> |
-</head> |
-<body> |
- <p>This test passes if the element displayed in the frame below has a 'values' attribute containing only 'javascript:void(0)'.</p> |
- <iframe src="http://localhost:8000/security/xssAuditor/resources/echo-intertag.pl?q=<svg><a><circle%20r=100%20/><animate%20attributeName=href%20values=%3Bjavascript%3Aalert(1)%20begin=0s%20end=0.1s%20fill=freeze%20/></a></svg>¬ifyDone=1&dumpElementBySelector=animate"></iframe> |
-</body> |
-</html> |