playwright/tests/assets/consolelog.html

12 lines
160 B
HTML
Raw Normal View History

2019-11-19 05:18:28 +03:00
<!DOCTYPE html>
<html>
<head>
<title>console.log test</title>
</head>
<body>
<script>
console.log('yellow')
</script>
</body>
</html>