| OLD | NEW |
| 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/console-test.js"></script> | 4 <script src="../../../http/tests/inspector/console-test.js"></script> |
| 5 <script> | 5 <script> |
| 6 | 6 |
| 7 function forward(iter, step) | 7 function forward(iter, step) |
| 8 { | 8 { |
| 9 while (step-- > 0) | 9 while (step-- > 0) |
| 10 iter.next(); | 10 iter.next(); |
| (...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 70 | 70 |
| 71 </script> | 71 </script> |
| 72 </head> | 72 </head> |
| 73 | 73 |
| 74 <body onload="runTest()"> | 74 <body onload="runTest()"> |
| 75 <p> | 75 <p> |
| 76 Tests that "Show Generator Location" jumps to the correct location. | 76 Tests that "Show Generator Location" jumps to the correct location. |
| 77 </p> | 77 </p> |
| 78 </body> | 78 </body> |
| 79 </html> | 79 </html> |
| OLD | NEW |