<!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>
<!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>