summaryrefslogtreecommitdiffstats
path: root/toolkit/components/remotebrowserutils/tests/browser/dummy_page.html
blob: 8205e90d5dea7acc3983872cd16a111b1276f44a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE html>
<meta charset="utf-8">

<html>
<body>
<p>Page</p>
    <script>
        // Prevent this page from being stored in the bfcache for the
        // browser_httpToFileHistory.js test
        window.blockBFCache = new RTCPeerConnection();
    </script>
</body>
</html>