Add tests/html/jsalert_multiline.html.
This commit is contained in:
parent
4cd0ad77a6
commit
0cd265296e
11
tests/html/jsalert_multiline.html
Normal file
11
tests/html/jsalert_multiline.html
Normal file
@ -0,0 +1,11 @@
|
||||
<head>
|
||||
<script type="text/javascript">
|
||||
function do_alert() {
|
||||
alert("Hello\nWorld\nthis\nis\na\ntest");
|
||||
}
|
||||
</script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<input type="button" onclick="do_alert()" value="Show alert">
|
||||
</body>
|
Loading…
Reference in New Issue
Block a user