| <html> |
| <head> |
| <script src="../../inspector/inspector-test.js"></script> |
| <script src="../../inspector/debugger-test.js"></script> |
| <script src="../resources/coverage-test.js"></script> |
| <script src="resources/coverage.js"></script> |
| |
| <script> |
| |
| async function test() { |
| CoverageTestRunner.startCoverage(); |
| await TestRunner.evaluateInPagePromise('performActions()'); |
| await CoverageTestRunner.stopCoverage(); |
| await CoverageTestRunner.dumpDecorations('coverage.js'); |
| TestRunner.completeTest(); |
| } |
| </script> |
| </head> |
| <p id="id">PASS</p> |
| <body onload="runTest()"> |
| <p>Tests the coverage highlight in sources after the recording finishes.</p> |
| </body> |
| </html> |