| Index: third_party/WebKit/LayoutTests/inspector/coverage/decorations-after-script-formatter.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/coverage/decorations-after-script-formatter.html b/third_party/WebKit/LayoutTests/inspector/coverage/decorations-after-script-formatter.html
|
| index 688daa895d6469499158d4e02f15c06bad1c83b0..c150e40bba106631f00a01cee5ebce65897bab5c 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/coverage/decorations-after-script-formatter.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/coverage/decorations-after-script-formatter.html
|
| @@ -25,11 +25,7 @@ async function test()
|
| }
|
| }
|
| await decoratorPromise;
|
| -
|
| - var lines = Array.prototype.map.call(document.querySelectorAll(".text-editor-coverage-unused-marker"),
|
| - e => e.parentElement.previousSibling.textContent);
|
| - InspectorTest.addResult("Numbers of lines that were not used in the formatted script:");
|
| - InspectorTest.addResult(lines);
|
| + InspectorTest.dumpDecorationsInSourceFrame(UI.panels.sources.visibleView);
|
| InspectorTest.completeTest();
|
| }
|
| </script>
|
|
|