diff options
author | yurys@google.com <yurys@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-24 15:16:18 +0000 |
---|---|---|
committer | yurys@google.com <yurys@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-24 15:16:18 +0000 |
commit | 81762dde0dd66ae2eed6f45859e6f79154419819 (patch) | |
tree | e8c5228fe17387adf135e83492985515a0bf9bcf /chrome/test | |
parent | 12329519308255722992dab7fb5f7350414d13e1 (diff) | |
download | chromium_src-81762dde0dd66ae2eed6f45859e6f79154419819.zip chromium_src-81762dde0dd66ae2eed6f45859e6f79154419819.tar.gz chromium_src-81762dde0dd66ae2eed6f45859e6f79154419819.tar.bz2 |
DevTools: autoresume execution on parse errors.
BUG=22852
TEST=DevToolsSanityTest.TestAutoContinueOnSyntaxError
Review URL: http://codereview.chromium.org/218026
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@27067 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test')
-rw-r--r-- | chrome/test/data/devtools/script_syntax_error.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/chrome/test/data/devtools/script_syntax_error.html b/chrome/test/data/devtools/script_syntax_error.html new file mode 100644 index 0000000..50e2342 --- /dev/null +++ b/chrome/test/data/devtools/script_syntax_error.html @@ -0,0 +1,9 @@ +<html> +<body> +<script> +function () { + foo = +} +</script> +</body> +</html>
\ No newline at end of file |