OLD | NEW |
| 1 CONSOLE WARNING: line 101: Passing resultCount to audits.addCategory() is deprec
ated. Use AuditResult.updateProgress() instead. |
| 2 CONSOLE WARNING: line 101: Passing resultCount to audits.addCategory() is deprec
ated. Use AuditResult.updateProgress() instead. |
| 3 CONSOLE ERROR: line 104: Uncaught exception in extension audit event handler: oo
ps! |
1 Tests audits support in WebInspector Extensions API | 4 Tests audits support in WebInspector Extensions API |
2 | 5 |
3 Started extension. | 6 Started extension. |
4 Running tests... | 7 Running tests... |
5 RUNNING TEST: extension_testAudits | 8 RUNNING TEST: extension_testAudits |
6 Progress: 50% | 9 Progress: 50% |
7 Progress: 75% | 10 Progress: 75% |
8 Extension audits | 11 Extension audits |
9 [severity severe] Failed rule (42) | 12 [severity severe] Failed rule (42) |
10 this rule always fails | 13 this rule always fails |
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
44 /span | 47 /span |
45 > | 48 > |
46 extensions-audits.html:20 | 49 extensions-audits.html:20 |
47 [severity info] Passed rule | 50 [severity info] Passed rule |
48 this rule always passes ok | 51 this rule always passes ok |
49 Extension audits that fail | 52 Extension audits that fail |
50 category.onAuditStarted fired | 53 category.onAuditStarted fired |
51 failedCategory.onAuditStarted fired, throwing exception | 54 failedCategory.onAuditStarted fired, throwing exception |
52 All tests done. | 55 All tests done. |
53 | 56 |
OLD | NEW |