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

Side by Side Diff: LayoutTests/inspector/elements/styles-4/styles-history.html

Issue 1158883003: DevTools: shard inspector/elements 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 <link rel="stylesheet" href="resources/styles-history.css"> 4 <link rel="stylesheet" href="../styles/resources/styles-history.css">
5 5
6 <script src="../../../http/tests/inspector/inspector-test.js"></script> 6 <script src="../../../http/tests/inspector/inspector-test.js"></script>
7 <script src="../../../http/tests/inspector/elements-test.js"></script> 7 <script src="../../../http/tests/inspector/elements-test.js"></script>
8 <script src="../../../http/tests/inspector/resources-test.js"></script> 8 <script src="../../../http/tests/inspector/resources-test.js"></script>
9 <script src="styles-test.js"></script> 9 <script src="../styles/styles-test.js"></script>
10 <script> 10 <script>
11 11
12 function test() 12 function test()
13 { 13 {
14 InspectorTest.runAfterCachedResourcesProcessed(runTestSuite); 14 InspectorTest.runAfterCachedResourcesProcessed(runTestSuite);
15 15
16 var uiSourceCode; 16 var uiSourceCode;
17 17
18 function runTestSuite() 18 function runTestSuite()
19 { 19 {
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
128 128
129 </script> 129 </script>
130 </head> 130 </head>
131 131
132 <body id="mainBody" onload="runTest()"> 132 <body id="mainBody" onload="runTest()">
133 <p> 133 <p>
134 Tests resources panel history. 134 Tests resources panel history.
135 </p> 135 </p>
136 </body> 136 </body>
137 </html> 137 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698