playwright/tests/assets/jscoverage/simple.html

3 lines
79 B
HTML
Raw Normal View History

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