1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-15 23:35:34 +00:00
elinks/test/ecmascript/document_replace.html
2021-02-25 13:40:41 +01:00

9 lines
101 B
HTML

<body>
<html>
<script>document.replace('#HERE#','ABC');</script>
<pre>
#HERE#
</pre>
</html>
</body>