playwright/tests/assets/jscoverage/simple.html

3 lines
79 B
HTML
Raw Normal View History

2019-11-19 03:18:28 +01:00
<script>
function foo() {function bar() { } console.log(1); } foo(); </script>