1
1
mirror of https://github.com/microsoft/playwright.git synced 2024-12-14 21:53:35 +03:00
playwright/tests/assets/global-var.html

3 lines
39 B
HTML

<script>
var globalVar = 123;
</script>