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 |
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 |
18 ... and a snippet | 18 ... and a snippet |
19 function rand() | 19 function rand() |
20 { | 20 { |
21 return 4; | 21 return 4; |
22 } | 22 } |
23 /path/to/error.html:10 | 23 /path/to/error.html:10 |
24 object details | 24 object details |
25 a | 25 a |
26 : | 26 : |
27 42 | 27 42 |
28 b | 28 b |
29 : | 29 : |
30 "foo" | 30 " |
| 31 foo |
| 32 " |
31 __proto__ | 33 __proto__ |
32 : | 34 : |
33 Object | 35 Object |
34 < | 36 < |
35 span | 37 span |
36 | 38 |
37 id | 39 id |
38 =" | 40 =" |
39 test-element | 41 test-element |
40 " | 42 " |
41 > | 43 > |
42 … | 44 … |
43 < | 45 < |
44 /span | 46 /span |
45 > | 47 > |
46 extensions-audits.html:20 | 48 extensions-audits.html:20 |
47 [spritesheet-smallicons smallicon-green-ball severity] Passed rule | 49 [spritesheet-smallicons smallicon-green-ball severity] Passed rule |
48 this rule always passes ok | 50 this rule always passes ok |
49 Extension audits that fail | 51 Extension audits that fail |
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 |