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>
|