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

Side by Side Diff: content/browser/debugger/manual_tests/debugger-watch-expressions.html

Issue 7274031: Wholesale move of debugger sources to content. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add OWNERS and DEPS. Created 9 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <p>Test for watched expression</p> 1 <p>Test for watched expression</p>
2 2
3 <p>To begin test, open DevTools, go the Scripts Panel 3 <p>To begin test, open DevTools, go the Scripts Panel
4 and then click this link: <a href="javascript:runTest()">[begin test]</a>. 4 and then click this link: <a href="javascript:runTest()">[begin test]</a>.
5 5
6 <p>Perform the following steps, and note the expected results: 6 <p>Perform the following steps, and note the expected results:
7 7
8 <ol> 8 <ol>
9 9
10 <li><p>After clicking the link above, you should now be paused in the body of 10 <li><p>After clicking the link above, you should now be paused in the body of
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
70 var b = "b in runTest()"; 70 var b = "b in runTest()";
71 var c = "c in runTest()"; 71 var c = "c in runTest()";
72 72
73 subFunction(); 73 subFunction();
74 74
75 var object = new aClass(); 75 var object = new aClass();
76 object.aMethod(); 76 object.aMethod();
77 77
78 } 78 }
79 </script> 79 </script>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698