mirror of
https://github.com/daijro/camoufox.git
synced 2026-08-21 16:01:02 +00:00
68216153f3
Adds Playwright's async tests to ensure that functionality is not broken.
12 lines
160 B
HTML
12 lines
160 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>console.log test</title>
|
|
</head>
|
|
<body>
|
|
<script>
|
|
console.log('yellow')
|
|
</script>
|
|
</body>
|
|
</html>
|