summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/semantics/embedded-content/the-object-element/test0.html
blob: 17df71daa24803500b79572df081af962b87fc04 (plain)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE html>
<meta charset="utf-8">
<title>HTML Test</title>
<link rel="author" title="Intel" href="http://www.intel.com">
<script>

parent.callback("test0");
document.location.href = "test1.html";

</script>