blob: 3d2b897221a726c33804ef9b78197db3ce4413e0 [file] [log] [blame]
<!doctype html>
1
<script>
onload = parent.t.step_func(function() {
setTimeout(function() {
location = location.toString().replace("assign_after_load-1.html", "assign_after_load-2.html");
}, 100);
});
</script>