| 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>
|
|
|