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

Side by Side Diff: LayoutTests/inspector/elements/edit/set-outer-html-test.js

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 var initialize_SetOuterHTMLTest = function() { 1 var initialize_SetOuterHTMLTest = function() {
2 2
3 InspectorTest.events = []; 3 InspectorTest.events = [];
4 InspectorTest.containerId; 4 InspectorTest.containerId;
5 5
6 InspectorTest.setUpTestSuite = function(next) 6 InspectorTest.setUpTestSuite = function(next)
7 { 7 {
8 InspectorTest.expandElementsTree(step1); 8 InspectorTest.expandElementsTree(step1);
9 9
10 function step1() 10 function step1()
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after
102 InspectorTest.addResult("==========8<=========="); 102 InspectorTest.addResult("==========8<==========");
103 InspectorTest.addResult(text); 103 InspectorTest.addResult(text);
104 InspectorTest.addResult("==========>8=========="); 104 InspectorTest.addResult("==========>8==========");
105 if (last) 105 if (last)
106 InspectorTest.addResult("\n\n\n"); 106 InspectorTest.addResult("\n\n\n");
107 next(); 107 next();
108 } 108 }
109 } 109 }
110 110
111 }; 111 };
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698