OLD | NEW |
1 <p> | 1 <p> |
2 See <a href="experimental.devtools">DevTools APIs summary</a> for | 2 See <a href="experimental.devtools">DevTools APIs summary</a> for |
3 general introduction to using Developer Tools APIs. | 3 general introduction to using Developer Tools APIs. |
4 </p> | 4 </p> |
5 | 5 |
6 <h2 id="overview">Overview</h2> | 6 <h2 id="overview">Overview</h2> |
7 | 7 |
8 <p> | 8 <p> |
9 Each audit category is represented by a line on <em>Select audits to run</em> | 9 Each audit category is represented by a line on <em>Select audits to run</em> |
10 screen in the Audits panel. The following example adds a category named | 10 screen in the Audits panel. The following example adds a category named |
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
58 </pre> | 58 </pre> |
59 <p>The audit result tree produced by the snippet above will look like this: | 59 <p>The audit result tree produced by the snippet above will look like this: |
60 </p> | 60 </p> |
61 <img src="{{static}}/images/devtools-audits-results.png" | 61 <img src="{{static}}/images/devtools-audits-results.png" |
62 style="margin-left: 20px" | 62 style="margin-left: 20px" |
63 width="330" height="169" | 63 width="330" height="169" |
64 alt="Audit results example" /> | 64 alt="Audit results example" /> |
65 | 65 |
66 <p> | 66 <p> |
67 You can find more examples that use this API in | 67 You can find more examples that use this API in |
68 <a href="samples#devtools.audits">Samples</a>. | 68 <a href="samples#search:devtools.audits">Samples</a>. |
69 </p> | 69 </p> |
OLD | NEW |