Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 Tests audits support in WebInspector Extensions API | 1 Tests audits support in WebInspector Extensions API |
| 2 | 2 |
| 3 Started extension. | 3 Started extension. |
| 4 Running tests... | 4 Running tests... |
| 5 RUNNING TEST: extension_testAudits | 5 RUNNING TEST: extension_testAudits |
| 6 Progress: 50% | |
| 7 Progress: 75% | 6 Progress: 75% |
| 7 Progress: 88% | |
|
caseq
2015/06/05 13:46:28
So when new categories are added to Audits, this t
| |
| 8 Extension audits | 8 Extension audits |
| 9 [severity severe] Failed rule (42) | 9 [severity severe] Failed rule (42) |
| 10 this rule always fails | 10 this rule always fails |
| 11 [severity warning] Rule with details subtree (1) | 11 [severity warning] Rule with details subtree (1) |
| 12 This rule has a lot of details | 12 This rule has a lot of details |
| 13 Subtree | 13 Subtree |
| 14 Some url: | 14 Some url: |
| 15 WebKit | 15 WebKit |
| 16 more text | 16 more text |
| 17 http://www.google.com | 17 http://www.google.com |
| (...skipping 22 matching lines...) Expand all Loading... | |
| 40 " | 40 " |
| 41 > | 41 > |
| 42 … | 42 … |
| 43 < | 43 < |
| 44 /span | 44 /span |
| 45 > | 45 > |
| 46 extensions-audits.html:20 | 46 extensions-audits.html:20 |
| 47 [severity info] Passed rule | 47 [severity info] Passed rule |
| 48 this rule always passes ok | 48 this rule always passes ok |
| 49 Extension audits that fail | 49 Extension audits that fail |
| 50 Network Utilization | |
| 51 Web Page Performance | |
| 50 category.onAuditStarted fired | 52 category.onAuditStarted fired |
| 51 failedCategory.onAuditStarted fired, throwing exception | 53 failedCategory.onAuditStarted fired, throwing exception |
| 52 All tests done. | 54 All tests done. |
| 53 | 55 |
| OLD | NEW |