forked from mirrors/gecko-dev
The changes only made it works in SHIP(session-history-in-parent) only. Differential Revision: https://phabricator.services.mozilla.com/D131715
13 lines
279 B
HTML
13 lines
279 B
HTML
<!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>
|