Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 Tests resource content is correctly loaded if Resource.requestContent was called before network request was finished. | 1 Tests resource content is correctly loaded if Resource.requestContent was called before network request was finished. |
| 2 | 2 |
| 3 Bug 90153 | 3 Bug 90153 |
| 4 Adding dynamic script: | 4 Adding dynamic script: |
| 5 Waiting for script request to finish: | 5 Waiting for script request to finish: |
| 6 Clearing memory cache: | 6 Clearing memory cache: |
| 7 Requesting content: | 7 Requesting content: |
| 8 Resource url: http://127.0.0.1:8000/inspector/resource-tree/resources/dynamic-sc ript.js | 8 Resource url: http://127.0.0.1:8000/inspector/resource-tree/resources/dynamic-sc ript.js |
| 9 Resource content: function foo() { | 9 Resource content: function foo() { |
| 10 } | 10 } |
| 11 | 11 |
| 12 | 12 |
| OLD | NEW |