mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
Test file for document.write
This commit is contained in:
parent
b1b66db850
commit
7a6a5918fe
10
test/ecmascript/document_write.html
Normal file
10
test/ecmascript/document_write.html
Normal file
@ -0,0 +1,10 @@
|
||||
<html>
|
||||
<body>
|
||||
<a href="history.html">history.html</a><br/>
|
||||
<script type="text/javascript">
|
||||
document.writeln('<a href="ontest.html">Test</a><br/>');
|
||||
document.write('<a href="infinite2.html">infinite2.html</a><br/>');
|
||||
</script>
|
||||
<a href="onload.html">onload.html</a><br/>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in New Issue
Block a user