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

Side by Side Diff: LayoutTests/inspector/sources/debugger-ui/source-frame-count.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 <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/script1.js"></script> 5 <script src="../debugger/resources/script1.js"></script>
6 <script src="resources/script2.js"></script> 6 <script src="../debugger/resources/script2.js"></script>
7 <script src="resources/script3.js"></script> 7 <script src="../debugger/resources/script3.js"></script>
8 8
9 <script> 9 <script>
10 10
11 function test() 11 function test()
12 { 12 {
13 InspectorTest.runDebuggerTestSuite([ 13 InspectorTest.runDebuggerTestSuite([
14 function testSourceFramesCount(next) 14 function testSourceFramesCount(next)
15 { 15 {
16 var panel = WebInspector.panels.sources; 16 var panel = WebInspector.panels.sources;
17 var sourceFrameCount = 0; 17 var sourceFrameCount = 0;
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
83 } 83 }
84 </script> 84 </script>
85 85
86 </head> 86 </head>
87 87
88 <body onload="runTest()"> 88 <body onload="runTest()">
89 <p>Tests that scripts panel does not create too many source frames.</p> 89 <p>Tests that scripts panel does not create too many source frames.</p>
90 90
91 </body> 91 </body>
92 </html> 92 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698