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

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

Issue 212047: DevTools: Add more console tests. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 3 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/tests.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/devtools/console_test_page.html
===================================================================
--- chrome/test/data/devtools/console_test_page.html (revision 26800)
+++ chrome/test/data/devtools/console_test_page.html (working copy)
@@ -32,6 +32,12 @@
console.time('timer');
console.timeEnd('timer');
+console.log('1', '2', '3');
+
+console.dir(document);
+
+console.dirxml(document.documentElement);
+
</script>
</head>
<body>
« no previous file with comments | « chrome/browser/debugger/devtools_sanity_unittest.cc ('k') | webkit/glue/devtools/js/tests.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698