| OLD | NEW |
| 1 function loadSecondIFrame() | 1 function loadSecondIFrame() |
| 2 { | 2 { |
| 3 document.getElementById("myframe").onload = null; | 3 document.getElementById("myframe").onload = null; |
| 4 document.getElementById("myframe").src = "resources/iframe-load-event-iframe
-2.html"; | 4 document.getElementById("myframe").src = "resources/iframe-load-event-iframe
-2.html"; |
| 5 } | 5 } |
| 6 | 6 |
| 7 function test() | 7 function test() |
| 8 { | 8 { |
| 9 InspectorTest.expandElementsTree(step1); | 9 InspectorTest.expandElementsTree(step1); |
| 10 | 10 |
| (...skipping 12 matching lines...) Expand all Loading... |
| 23 } | 23 } |
| 24 } | 24 } |
| 25 | 25 |
| 26 function step2() | 26 function step2() |
| 27 { | 27 { |
| 28 InspectorTest.addResult("\n\nAfter frame navigate"); | 28 InspectorTest.addResult("\n\nAfter frame navigate"); |
| 29 InspectorTest.dumpElementsTree(); | 29 InspectorTest.dumpElementsTree(); |
| 30 InspectorTest.completeTest(); | 30 InspectorTest.completeTest(); |
| 31 } | 31 } |
| 32 } | 32 } |
| OLD | NEW |