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