| OLD | NEW |
| 1 <!-- BEGIN AUTHORED CONTENT --> | |
| 2 <p id="classSummary"> | 1 <p id="classSummary"> |
| 3 Use the <code>chrome.experimental.devtools.audits</code> module to add new audit | 2 Use the <code>chrome.experimental.devtools.audits</code> module to add new audit |
| 4 categories to Developer Tools' Audit panel. | 3 categories to Developer Tools' Audit panel. |
| 5 </p><p> | 4 </p><p> |
| 6 See <a href="experimental.devtools.html">DevTools APIs summary</a> for | 5 See <a href="experimental.devtools.html">DevTools APIs summary</a> for |
| 7 general introduction to using Developer Tools APIs</a>. | 6 general introduction to using Developer Tools APIs</a>. |
| 8 </p> | 7 </p> |
| 9 | 8 |
| 10 <h2>Overview</h2> | 9 <h2>Overview</h2> |
| 11 | 10 |
| (...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 63 <p>The audit result tree produced by the snippet above will look like this: | 62 <p>The audit result tree produced by the snippet above will look like this: |
| 64 </p> | 63 </p> |
| 65 <img src="{{static}}/images/devtools-audits-results.png" | 64 <img src="{{static}}/images/devtools-audits-results.png" |
| 66 style="margin-left: 20px" | 65 style="margin-left: 20px" |
| 67 width="330" height="169" | 66 width="330" height="169" |
| 68 alt="Audit results example" /> | 67 alt="Audit results example" /> |
| 69 | 68 |
| 70 <p> | 69 <p> |
| 71 You can find more examples that use this API in | 70 You can find more examples that use this API in |
| 72 <a href="samples.html#devtools.audits">Samples</a>. | 71 <a href="samples.html#devtools.audits">Samples</a>. |
| 73 </p> | 72 </p> |
| 74 <!-- END AUTHORED CONTENT --> | |
| OLD | NEW |