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

Side by Side Diff: LayoutTests/inspector/sources/debugger-ui/scripts-sorting.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="../../../http/tests/inspector/workspace-test.js"></script> 5 <script src="../../../http/tests/inspector/workspace-test.js"></script>
6 6
7 <script> 7 <script>
8 function test() 8 function test()
9 { 9 {
10 function dumpNavigator(sourcesNavigatorView) 10 function dumpNavigator(sourcesNavigatorView)
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
90 </script> 90 </script>
91 91
92 </head> 92 </head>
93 <body onload="runTest()"> 93 <body onload="runTest()">
94 <p> 94 <p>
95 Tests scripts sorting in the scripts panel. 95 Tests scripts sorting in the scripts panel.
96 </p> 96 </p>
97 </body> 97 </body>
98 98
99 </html> 99 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698