qutebrowser/tests/end2end/data/javascript/consolelog.html
2016-10-05 15:45:30 +02:00

7 lines
142 B
HTML

<!DOCTYPE html>
<html>
<body onload="console.log('console.log works!')">
<p>This page logs a line via console.log</p>
</body>
</html>