summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/semantics/embedded-content/the-iframe-element/support/navigation-changed-iframe.html
blob: abe0e78dfe4aa27f27d251fa4c43fbefb7fc44c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<html>
<head>
    <script>
        function fireSentinel()
        {
            document.getElementsByTagName('h4')[0].innerHTML = document.domain;
        }
    </script>
</head>
<body onload="fireSentinel();">
    <h4>DOMAIN</h4>
    <p>PASSED: Navigation succeeded.</p>
</body>
</html>