| OLD | NEW |
| 1 <p>Test for watched expression</p> | 1 <p>Test for watched expression</p> |
| 2 | 2 |
| 3 <p>To begin test, open DevTools, go the Scripts Panel | 3 <p>To begin test, open DevTools, go the Scripts Panel |
| 4 and then click this link: <a href="javascript:runTest()">[begin test]</a>. | 4 and then click this link: <a href="javascript:runTest()">[begin test]</a>. |
| 5 | 5 |
| 6 <p>Perform the following steps, and note the expected results: | 6 <p>Perform the following steps, and note the expected results: |
| 7 | 7 |
| 8 <ol> | 8 <ol> |
| 9 | 9 |
| 10 <li><p>After clicking the link above, you should now be paused in the body of | 10 <li><p>After clicking the link above, you should now be paused in the body of |
| (...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 70 var b = "b in runTest()"; | 70 var b = "b in runTest()"; |
| 71 var c = "c in runTest()"; | 71 var c = "c in runTest()"; |
| 72 | 72 |
| 73 subFunction(); | 73 subFunction(); |
| 74 | 74 |
| 75 var object = new aClass(); | 75 var object = new aClass(); |
| 76 object.aMethod(); | 76 object.aMethod(); |
| 77 | 77 |
| 78 } | 78 } |
| 79 </script> | 79 </script> |
| OLD | NEW |