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% | 6 Progress: 50% |
7 Progress: 75% | 7 Progress: 75% |
8 Extension audits | 8 Extension audits |
9 [spritesheet-smallicons smallicon-red-ball severity] Failed rule (42) | 9 [spritesheet-smallicons smallicon-red-ball severity] Failed rule (42) |
10 this rule always fails | 10 this rule always fails |
11 [spritesheet-smallicons smallicon-orange-ball severity] Rule with detail
s subtree (1) | 11 [spritesheet-smallicons smallicon-orange-ball severity] Rule with detail
s subtree (1) |
12 This rule has a lot of details | 12 This rule has a lot of details |
13 Subtree | 13 Subtree |
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
46 /span | 46 /span |
47 > | 47 > |
48 extensions-audits.html:20 | 48 extensions-audits.html:20 |
49 [spritesheet-smallicons smallicon-green-ball severity] Passed rule | 49 [spritesheet-smallicons smallicon-green-ball severity] Passed rule |
50 this rule always passes ok | 50 this rule always passes ok |
51 Extension audits that fail | 51 Extension audits that fail |
52 category.onAuditStarted fired | 52 category.onAuditStarted fired |
53 failedCategory.onAuditStarted fired, throwing exception | 53 failedCategory.onAuditStarted fired, throwing exception |
54 All tests done. | 54 All tests done. |
55 | 55 |
OLD | NEW |