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

Side by Side Diff: LayoutTests/inspector/elements/styles-4/styles-live-locations-leak.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 <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/elements-test.js"></script> 4 <script src="../../../http/tests/inspector/elements-test.js"></script>
5 <script src="styles-test.js"></script> 5 <script src="../styles/styles-test.js"></script>
6 <style> 6 <style>
7 #first { 7 #first {
8 color: blue; 8 color: blue;
9 } 9 }
10 10
11 #second { 11 #second {
12 line-height: 1em; 12 line-height: 1em;
13 border: 1px solid black; 13 border: 1px solid black;
14 } 14 }
15 15
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
81 <body onload="runTest()"> 81 <body onload="runTest()">
82 82
83 <p> 83 <p>
84 Tests that styles sidebar pane does not leak any LiveLocations. 84 Tests that styles sidebar pane does not leak any LiveLocations.
85 </p> 85 </p>
86 <div id="first">First element to select</div> 86 <div id="first">First element to select</div>
87 <div id="second">Second element to select</div> 87 <div id="second">Second element to select</div>
88 <div id="third">Second element to select</div> 88 <div id="third">Second element to select</div>
89 </body> 89 </body>
90 </html> 90 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698