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

Unified Diff: chrome/test/data/devtools/eval_test_page.html

Issue 149246: DevTools: Add more sanity tests. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 5 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
« no previous file with comments | « chrome/browser/debugger/devtools_sanity_unittest.cc ('k') | webkit/glue/devtools/js/devtools.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/devtools/eval_test_page.html
===================================================================
--- chrome/test/data/devtools/eval_test_page.html (revision 0)
+++ chrome/test/data/devtools/eval_test_page.html (revision 0)
@@ -0,0 +1,20 @@
+<html>
+<head>
+<script type="text/javascript">
+
+window.foo = 'fooValue';
+window.fooBar = {
+ foo : 'foo',
+ bar : 'bar'
+};
+
+function bar() {
+ function nestedBar() {
+ }
+}
+
+</script>
+</head>
+<body>
+</body>
+</html>
« no previous file with comments | « chrome/browser/debugger/devtools_sanity_unittest.cc ('k') | webkit/glue/devtools/js/devtools.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698