playwright/test/assets/consolelog.html
2019-11-19 10:58:15 -08:00

12 lines
160 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>console.log test</title>
</head>
<body>
<script>
console.log('yellow')
</script>
</body>
</html>