servo/tests/content/test_inline_event_handler.html
2014-09-08 20:21:42 -06:00

9 lines
137 B
HTML

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