Index: third_party/WebKit/LayoutTests/fast/dom/ping-attribute-no-crash.xml |
diff --git a/third_party/WebKit/LayoutTests/fast/dom/ping-attribute-no-crash.xml b/third_party/WebKit/LayoutTests/fast/dom/ping-attribute-no-crash.xml |
deleted file mode 100644 |
index ec80dafb0f1c6a663a3aa2b9c3d6ffa26c00c2eb..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/fast/dom/ping-attribute-no-crash.xml |
+++ /dev/null |
@@ -1,23 +0,0 @@ |
-<html xmlns="http://www.w3.org/1999/xhtml"> |
-<head> |
-<script><![CDATA[ |
-if (window.testRunner) { |
- testRunner.dumpAsText(); |
- testRunner.waitUntilDone(); |
-} |
- |
-function crash() |
-{ |
- cur_obj = document.createElement('a'); |
- eval('cur_obj.search = false;'); |
- eval('cur_obj.hostname = navigator;'); |
- eval('cur_obj.ping = false;'); |
- e_value = eval('cur_obj.click();'); |
- if (window.testRunner) |
- testRunner.notifyDone(); |
-} |
-]]></script> |
-</head> |
-<body onload="crash();"> |
-</body> |
-</html> |