1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-20 00:15:31 +00:00
elinks/test/ecmascript/document_write3.html
Witold Filipczyk 0823d1b64e [test] testcase for document.write.
Date must be displayed in the middle of the page. Between 1 and 2.
2022-11-14 17:09:45 +01:00

11 lines
128 B
HTML

<html>
<head>
<meta charset="utf-8"/>
</head>
<body>
<p>1</p>
<script>document.write(Date());</script>
<p>2</p>
</body>
</html>