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

Side by Side Diff: LayoutTests/inspector/elements/edit/edit-dom-actions.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="edit-dom-test.js"></script> 5 <script src="edit-dom-test.js"></script>
6 <script> 6 <script>
7 7
8 function test() 8 function test()
9 { 9 {
10 // Save time on style updates. 10 // Save time on style updates.
11 WebInspector.StylesSidebarPane.prototype.update = function() {}; 11 WebInspector.StylesSidebarPane.prototype.update = function() {};
12 WebInspector.MetricsSidebarPane.prototype.update = function() {}; 12 WebInspector.MetricsSidebarPane.prototype.update = function() {};
13 13
14 InspectorTest.runTestSuite([ 14 InspectorTest.runTestSuite([
(...skipping 274 matching lines...) Expand 10 before | Expand all | Expand 10 after
289 <svg id="node-to-edit-svg-attribute" xmlns:xlink="test" width="100"> 289 <svg id="node-to-edit-svg-attribute" xmlns:xlink="test" width="100">
290 </svg> 290 </svg>
291 </div> 291 </div>
292 292
293 <div id="testEditCommentAsHTML"> 293 <div id="testEditCommentAsHTML">
294 <!-- Comment --> 294 <!-- Comment -->
295 </div> 295 </div>
296 </div> 296 </div>
297 </body> 297 </body>
298 </html> 298 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698