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

Unified Diff: third_party/WebKit/LayoutTests/fast/dom/ping-attribute-no-crash.xml

Issue 2883833002: net: Do not sniff XHTML content (Closed)
Patch Set: Update tests Created 3 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
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>

Powered by Google App Engine
This is Rietveld 408576698