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

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

Issue 174395: DevTools: Enable devtools sanity tests on Linux. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 4 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/test/data/devtools/debugger_test.js ('k') | chrome/test/data/devtools/resource_test.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/devtools/debugger_test_page.html
===================================================================
--- chrome/test/data/devtools/debugger_test_page.html (revision 24220)
+++ chrome/test/data/devtools/debugger_test_page.html (working copy)
@@ -1,6 +1,5 @@
<html>
<head>
- <script src="debugger_test.js"></script>
<script>
var lastVal = 5;
var result = -1;
@@ -17,8 +16,6 @@
result = fib(lastVal++);
}
-doSomeWork();
-
</script>
</head>
<body>
« no previous file with comments | « chrome/test/data/devtools/debugger_test.js ('k') | chrome/test/data/devtools/resource_test.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698