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

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

Issue 1814963002: Use process/control messages (instead of RVH messages) for layout tests. Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebasing... Created 4 years, 3 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 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
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
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698