mirror of
https://github.com/rkd77/elinks.git
synced 2025-10-21 19:54:04 -04:00
[refactor] test/ecmascript -> test/js
This commit is contained in:
10
test/js/document_write2.html
Normal file
10
test/js/document_write2.html
Normal file
@@ -0,0 +1,10 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<body>
|
||||
|
||||
<script>
|
||||
document.write("Hello World!");
|
||||
</script>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user