| <!-- | |
| Copyright 2023 The Chromium Authors | |
| Use of this source code is governed by a BSD-style license that can be | |
| found in the LICENSE file. | |
| --> | |
| <!DOCTYPE html> | |
| <h1>The next page is prerendered</h1> | |
| <script type="speculationrules"> | |
| { | |
| "prerender": [ | |
| { | |
| "source": "list", | |
| "urls": ["prerendered.html"] | |
| } | |
| ] | |
| } | |
| </script> | |
| <a href="prerendered.html">navigate</a> |