summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/browsers/history/the-location-interface/assign_after_load-2.html
blob: 94679571bec3ef3aa7b17b15e5a53df846a45c42 (plain)
1
2
3
4
5
6
7
<!doctype html>
2
<script>
onload = parent.t.step_func(function() {
  setTimeout(function() {parent.do_test()}, 100);
});
</script>