<html> | |
<head> | |
<script> | |
// Having a script tag so that we force the creationg of a scripting context. | |
// FIXME: Avoid using Runtime.executionContextCreated to figure out the iframe's contentDocument node. | |
// https://bugs.webkit.org/show_bug.cgi?id=122764 | |
</script> | |
</head> | |
<body> | |
<!-- Delay the onload event using a slow image --> | |
<img src="http://localhost:8000/history/resources/slow-image.py" /> | |
</body> | |
</html> |