qutebrowser/tests/end2end/data/javascript/consolelog.html

7 lines
142 B
HTML
Raw Normal View History

2016-07-13 10:25:21 +02:00
<!DOCTYPE html>
<html>
<body onload="console.log('console.log works!')">
<p>This page logs a line via console.log</p>
</body>
</html>