qutebrowser/tests/end2end/data/misc/jseval.html

16 lines
365 B
HTML
Raw Normal View History

2016-09-12 20:02:03 +02:00
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Testing :jseval</title>
<script type="text/javascript">
function do_log() {
console.log("Hello from the page!");
}
</script>
</head>
<body>
Nothing to see here, only some JS functions defined.
</body>
</html>