| OLD | NEW |
| 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 Loading... |
| 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 }; |
| OLD | NEW |