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>
2016-10-05 15:45:30 +02:00
<body onload="console.log('console.log works!')">
2016-07-13 10:25:21 +02:00
<p>This page logs a line via console.log</p>
</body>
</html>