summaryrefslogtreecommitdiffstats
path: root/chrome/test
diff options
context:
space:
mode:
authornsylvain@chromium.org <nsylvain@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-10-21 19:04:52 +0000
committernsylvain@chromium.org <nsylvain@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-10-21 19:04:52 +0000
commitda4d0186a344a4584b909acde48d43fe7ccf40f7 (patch)
tree596db1f97fc813165a4e5159b5a2cde91d72e534 /chrome/test
parent78f6f515693bd355555eb0f4eb114124ccaec762 (diff)
downloadchromium_src-da4d0186a344a4584b909acde48d43fe7ccf40f7.zip
chromium_src-da4d0186a344a4584b909acde48d43fe7ccf40f7.tar.gz
chromium_src-da4d0186a344a4584b909acde48d43fe7ccf40f7.tar.bz2
Revert 29635 - DevTools: fix and enable TestContentScriptIsPresent
The test was still failing Review URL: http://codereview.chromium.org/314001 TBR=yurys@google.com Review URL: http://codereview.chromium.org/292051 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29683 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test')
-rw-r--r--chrome/test/data/devtools/page_with_content_script.html12
1 files changed, 0 insertions, 12 deletions
diff --git a/chrome/test/data/devtools/page_with_content_script.html b/chrome/test/data/devtools/page_with_content_script.html
deleted file mode 100644
index 226316f..0000000
--- a/chrome/test/data/devtools/page_with_content_script.html
+++ /dev/null
@@ -1,12 +0,0 @@
-<html>
-<head>
-<script>
-
-function handleClick() {
-}
-</script>
-</head>
-<body>
-<input id='btn' type='button' onclick='handleClick()' value='Test'/>
-</body>
-</html> \ No newline at end of file