puppeteer/test/assets/console-message-2.html

12 lines
162 B
HTML
Raw Normal View History

<!DOCTYPE html>
<html>
<head>
<title>Log Entry Test</title>
</head>
<body>
<script>
console.warn('wat')
</script>
</body>
</html>