forked from mirrors/gecko-dev
Automatic update from web-platform-tests Add WPT for ForceLoadAtTop DocumentPolicy DocumentPolicy has been enabled in M86 so we want to ship the ForceLoadAtTop policy soon. This CL adds a web platform test to ensure its correct operation. Bug: 1047900 Change-Id: I127331aece02d5b23b77941f5cc2958c81a63315 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2342344 Reviewed-by: Nick Burris <nburris@chromium.org> Commit-Queue: David Bokan <bokan@chromium.org> Cr-Commit-Position: refs/heads/master@{#795943} -- wpt-commits: db982cee69a421c5d0a5c2d88cd06cff6f57ae66 wpt-pr: 24910
8 lines
123 B
HTML
8 lines
123 B
HTML
<!doctype html>
|
|
<script>
|
|
onload = () => {
|
|
requestAnimationFrame(() => {
|
|
history.back();
|
|
});
|
|
};
|
|
</script>
|