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

Unified Diff: third_party/WebKit/LayoutTests/inspector/coverage/gutter-js.html

Issue 2763183002: DevTools: remove nesting depth tracking from coverage (Closed)
Patch Set: DevTools: remove nesting depth tracking from coverage Created 3 years, 9 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/inspector/coverage/gutter-js.html
diff --git a/third_party/WebKit/LayoutTests/inspector/coverage/gutter-js.html b/third_party/WebKit/LayoutTests/inspector/coverage/gutter-js.html
index 247b878e8c5ab1a0dc0e833ad897ea859602a4d8..f96c5228937ed63a4b71296beb73922734359c03 100644
--- a/third_party/WebKit/LayoutTests/inspector/coverage/gutter-js.html
+++ b/third_party/WebKit/LayoutTests/inspector/coverage/gutter-js.html
@@ -12,11 +12,7 @@ async function test()
InspectorTest.startCoverage();
await InspectorTest.evaluateInPagePromise("performActions()");
await InspectorTest.stopCoverage();
- await InspectorTest.sourceDecorated("coverage.js");
-
- var lines = Array.prototype.map.call(document.querySelectorAll(".text-editor-coverage-unused-marker"),
- e => e.parentElement.previousSibling.textContent);
- InspectorTest.addResult(lines);
+ await InspectorTest.dumpDecorations("coverage.js");
InspectorTest.completeTest();
}
</script>

Powered by Google App Engine
This is Rietveld 408576698