Add missing jseval.html
This commit is contained in:
parent
4b4582c452
commit
07e67740cc
15
tests/end2end/data/misc/jseval.html
Normal file
15
tests/end2end/data/misc/jseval.html
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
<!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>
|
Loading…
Reference in New Issue
Block a user