Kargi-Sitesi/node_modules/selenium-webdriver/lib/test/data/pageWithOnLoad.html

7 lines
120 B
HTML
Raw Normal View History

2024-11-03 21:30:09 -05:00
<!DOCTYPE html>
<html>
<body onload="javascript:alert('onload')">
<p>Page with onload event handler</p>
</body>
</html>