mirror of
https://github.com/microsoft/playwright.git
synced 2026-09-14 14:08:10 +08:00
3 lines
79 B
HTML
3 lines
79 B
HTML
<script>
|
|
function foo() {function bar() { } console.log(1); } foo(); </script>
|