mirror of
https://github.com/rkd77/elinks.git
synced 2025-10-21 19:54:04 -04:00
SEE & SMJS: document.write(ln): use all arguments
Additionally add a test to test/ecmascript/document_write.html. Thanks to Kirk Reiser for observing that ELinks only printed the first.
This commit is contained in:
committed by
Miciah Dashiel Butler Masters
parent
7b092af628
commit
a464157d4d
@@ -3,7 +3,8 @@
|
||||
<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/>');
|
||||
document.writeln('<a href="infinite2.html">infinite2.html</a><br/>');
|
||||
document.write(1,2,'3', '<br/>');
|
||||
</script>
|
||||
<a href="onload.html">onload.html</a><br/>
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user