mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
[test] testcase for document.write.
Date must be displayed in the middle of the page. Between 1 and 2.
This commit is contained in:
parent
5fa0552ab0
commit
0823d1b64e
10
test/ecmascript/document_write3.html
Normal file
10
test/ecmascript/document_write3.html
Normal file
@ -0,0 +1,10 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
</head>
|
||||
<body>
|
||||
<p>1</p>
|
||||
<script>document.write(Date());</script>
|
||||
<p>2</p>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in New Issue
Block a user