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

6 lines
97 B
HTML
Raw Normal View History

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