1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-27 01:25:34 +00:00
elinks/test/ecmascript/onload.html

6 lines
97 B
HTML
Raw Permalink Normal View History

<body onLoad="document.title+=' x';">
<div onLoad="document.title+='y';">
foo
</div>
</body>