Sign in
webkit
/
WebKit
/
6066605f8781c06b79b40ef6d87645cf06ce63cc
/
.
/
LayoutTests
/
requestidlecallback
/
resources
/
page-cache-helper.html
blob: 4d2c78755d9d411b4f9cceb73e5f4df3e1248b6c [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<body>
<script>
window
.
onload
=
()
=>
{
requestIdleCallback
(()
=>
{
setTimeout
(()
=>
{
history
.
back
();
},
0
);
});
}
</script>
</body>
</html>