servo/tests/content/test_inline_event_handler.html

10 lines
164 B
HTML

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