mirror of
https://github.com/servo/servo.git
synced 2025-06-12 10:24:43 +00:00
10 lines
164 B
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>
|