Files
codeql/javascript/ql/test/library-tests/DOM/event-handler-receiver.html
2021-02-25 10:48:23 +00:00

7 lines
103 B
HTML

<html>
<head></head>
<body>
<button onclick="alert(this.tagName);">Click me</button>
</body>
</html>