summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/browsers/browsing-the-web/navigating-across-documents/source/support/set-parent-src.html
blob: 9d45be8c8dfebaec3e694534207d12049395e5f5 (plain)
1
2
3
4
5
6
7
8
<!doctype html>
<meta charset=utf-8>
<script>
  function go() {
  	frameElement.src = "support/dummy.html"
  }
</script>
<p>Hello. Go.