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

Side by Side Diff: LayoutTests/http/tests/inspector/elements/styles/selector-line.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 <style> 3 <style>
4 #inspected 4 #inspected
5 { 5 {
6 color: green; 6 color: green;
7 } 7 }
8 </style> 8 </style>
9 <link rel="stylesheet" href="resources/selector-line.css" /> 9 <link rel="stylesheet" href="../styles/resources/selector-line.css" />
10 <script src="../../inspector-test.js"></script> 10 <script src="../../inspector-test.js"></script>
11 <script src="../../elements-test.js"></script> 11 <script src="../../elements-test.js"></script>
12 <script src="../../debugger-test.js"></script> 12 <script src="../../debugger-test.js"></script>
13 <script> 13 <script>
14 14
15 function test() 15 function test()
16 { 16 {
17 InspectorTest.waitForScriptSource("selector-line.scss", onSourceMapLoaded); 17 InspectorTest.waitForScriptSource("selector-line.scss", onSourceMapLoaded);
18 18
19 function onSourceMapLoaded() 19 function onSourceMapLoaded()
(...skipping 15 matching lines...) Expand all
35 <p> 35 <p>
36 Tests that selector line is computed correctly regardless of its start column. < a href="https://bugs.webkit.org/show_bug.cgi?id=110732">Bug 110732</a>. 36 Tests that selector line is computed correctly regardless of its start column. < a href="https://bugs.webkit.org/show_bug.cgi?id=110732">Bug 110732</a>.
37 </p> 37 </p>
38 38
39 <div id="container"> 39 <div id="container">
40 <div id="inspected">Text</div> 40 <div id="inspected">Text</div>
41 </div> 41 </div>
42 42
43 </body> 43 </body>
44 </html> 44 </html>
OLDNEW
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/http/tests/inspector/elements/styles/selector-line-sourcemap-header.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698