1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-11-03 08:07:17 -05: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>