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

Side by Side Diff: LayoutTests/inspector/sources/debugger-step/debugger-step-into-inlined-scripts.html

Issue 1153923005: DevTools: shard inspector/debugger tests for faster execution. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 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 3
4 <script> 4 <script>
5 function f1() 5 function f1()
6 { 6 {
7 return 1; // Breakpoint. 7 return 1; // Breakpoint.
8 } 8 }
9 f1(); 9 f1();
10 </script> 10 </script>
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
58 58
59 </script> 59 </script>
60 </head> 60 </head>
61 61
62 <body onload="runTest()"> 62 <body onload="runTest()">
63 <p> 63 <p>
64 Tests that debugger StepInto will step through inlined scripts. 64 Tests that debugger StepInto will step through inlined scripts.
65 </p> 65 </p>
66 </body> 66 </body>
67 </html> 67 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698