blob: 8de20fe931851e7b05a74c38e39c6541c13a2c28 [file] [log] [blame]
<!DOCTYPE html>
<html>
<title>Informs the test runner when this page has loaded</title>
<script>
window.addEventListener('DOMContentLoaded', () => {
if (window.testRunner)
testRunner.notifyDone();
});
</script>
</html>