gecko-dev/servo/tests/content/test_inline_event_handler.html

10 строки
137 B
HTML

<html>
<head>
<script src="harness.js"></script>
</head>
<body onload="is_a(event, Event); finish()">
<script>
</script>
</body>
</html>