Sign in
webkit
/
WebKit
/
e5ac428f86b502d0a55e1057ddc3502d378c384d
/
.
/
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>