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

Side by Side Diff: LayoutTests/inspector/sources/debugger/script-formatter-breakpoints-1.html

Issue 334393007: Revert 176213 "DevTools: Load document (html) content from disk ..." (Closed) Base URL: svn://svn.chromium.org/blink/branches/chromium/2054/
Patch Set: Created 6 years, 6 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 <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/debugger-test.js"></script> 4 <script src="../../../http/tests/inspector/debugger-test.js"></script>
5 <script src="resources/unformatted.js"></script> 5 <script src="resources/unformatted.js"></script>
6 6
7 <script> 7 <script>
8 8
9 function f1() 9 function f1()
10 { 10 {
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
64 ]); 64 ]);
65 65
66 } 66 }
67 </script> 67 </script>
68 </head> 68 </head>
69 <body onload="runTest()"> 69 <body onload="runTest()">
70 <p>Tests the script formatting is working fine with breakpoints. 70 <p>Tests the script formatting is working fine with breakpoints.
71 </p> 71 </p>
72 </body> 72 </body>
73 </html> 73 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698