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

Side by Side Diff: third_party/WebKit/LayoutTests/inspector/sources/debugger-breakpoints/breakpoint-manager.html

Issue 2466123002: DevTools: reformat front-end code to match chromium style. (Closed)
Patch Set: all done Created 4 years, 1 month 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
OLDNEW
1 <html> 1 <html>
2 <head> 2 <head>
3 <script src="../../../http/tests/inspector/inspector-test.js"></script> 3 <script src="../../../http/tests/inspector/inspector-test.js"></script>
4 <script src="../../../http/tests/inspector/workspace-test.js"></script> 4 <script src="../../../http/tests/inspector/workspace-test.js"></script>
5 <script src="breakpoint-manager.js"></script> 5 <script src="breakpoint-manager.js"></script>
6
7 <script> 6 <script>
8 function test() 7 function test()
9 { 8 {
10 var mockTarget; 9 var mockTarget;
11 var lastTargetId = 0; 10 var lastTargetId = 0;
12 11
13 function resetWorkspace(breakpointManager) 12 function resetWorkspace(breakpointManager)
14 { 13 {
15 mockTarget.debuggerModel.reset(); 14 mockTarget.debuggerModel.reset();
16 InspectorTest.addResult(" Resetting workspace."); 15 InspectorTest.addResult(" Resetting workspace.");
(...skipping 325 matching lines...) Expand 10 before | Expand all | Expand 10 after
342 }; 341 };
343 </script> 342 </script>
344 343
345 </head> 344 </head>
346 345
347 <body onload="runTest()"> 346 <body onload="runTest()">
348 <p>Tests BreakpointManager class.</p> 347 <p>Tests BreakpointManager class.</p>
349 348
350 </body> 349 </body>
351 </html> 350 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698