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

Side by Side Diff: LayoutTests/inspector/sources/debugger-ui/ui-source-code-display-name.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> 4 <script>
5 function test() 5 function test()
6 { 6 {
7 7
8 function createContentProvider(url) 8 function createContentProvider(url)
9 { 9 {
10 var contentProvider = new WebInspector.StaticContentProvider(WebInspecto r.resourceTypes.Script, ""); 10 var contentProvider = new WebInspector.StaticContentProvider(WebInspecto r.resourceTypes.Script, "");
(...skipping 26 matching lines...) Expand all
37 dumpUISourceCodeDisplayName(baseURL + "long-filename?parameter=value&nnn=1") ; 37 dumpUISourceCodeDisplayName(baseURL + "long-filename?parameter=value&nnn=1") ;
38 dumpUISourceCodeDisplayName(baseURL + "too-long-filename-1234567890?paramete r=value&nnn=1"); 38 dumpUISourceCodeDisplayName(baseURL + "too-long-filename-1234567890?paramete r=value&nnn=1");
39 InspectorTest.completeTest(); 39 InspectorTest.completeTest();
40 }; 40 };
41 </script> 41 </script>
42 </head> 42 </head>
43 <body onload="runTest()"> 43 <body onload="runTest()">
44 <p>Tests UISourceCode display name.</p> 44 <p>Tests UISourceCode display name.</p>
45 </body> 45 </body>
46 </html> 46 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698