Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1195)

Side by Side Diff: third_party/WebKit/LayoutTests/inspector/extensions/extensions-audits-expected.txt

Issue 2671413004: DevTools: introduce spritesheet assembler. (Closed)
Patch Set: rebaseline tests Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 [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 [smallicon-orange-ball severity] 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
18 ... and a snippet 18 ... and a snippet
19 function rand() 19 function rand()
20 { 20 {
21 return 4; 21 return 4;
(...skipping 17 matching lines...) Expand all
39 id 39 id
40 =" 40 ="
41 test-element 41 test-element
42 " 42 "
43 > 43 >
44 … 44 …
45 < 45 <
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 [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
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698