1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-09-13 00:38:32 -04: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>