diff options
author | yurys@chromium.org <yurys@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-08 14:21:51 +0000 |
---|---|---|
committer | yurys@chromium.org <yurys@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-08 14:21:51 +0000 |
commit | 0982e5893e97489a3c9038e5d957b1403d6a62c1 (patch) | |
tree | dd7536ce8f9cea6b3be57a952da23f154046fa1d /chrome/test/data/devtools | |
parent | 5bafc4f669ffc8ae187501ad8fec7a36f37abba6 (diff) | |
download | chromium_src-0982e5893e97489a3c9038e5d957b1403d6a62c1.zip chromium_src-0982e5893e97489a3c9038e5d957b1403d6a62c1.tar.gz chromium_src-0982e5893e97489a3c9038e5d957b1403d6a62c1.tar.bz2 |
DevTools: delete TestAutocontinueOnSyntaxError test which has been superseded by layout test
BUG=
TEST=
Review URL: http://codereview.chromium.org/3356011
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58825 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test/data/devtools')
-rw-r--r-- | chrome/test/data/devtools/script_syntax_error.html | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/chrome/test/data/devtools/script_syntax_error.html b/chrome/test/data/devtools/script_syntax_error.html deleted file mode 100644 index 50e2342..0000000 --- a/chrome/test/data/devtools/script_syntax_error.html +++ /dev/null @@ -1,9 +0,0 @@ -<html> -<body> -<script> -function () { - foo = -} -</script> -</body> -</html>
\ No newline at end of file |