servo/tests/wpt/web-platform-tests/page-visibility/resources/prerender_target.html

13 lines
No EOL
287 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Document has been prerendered</title>
</head>
<body>
<script type="text/javascript">
if(document.visibilityState) {
window.localStorage.setItem("visibilityState:" + document.visibilityState, "hit");
}
</script>
</body>
</html>