1
    2
    3
    4
    5
    6
    7
    8
    9
   10
   11
   12
   13
   14
   15
   16
   17

content / test / data / prerender / simple_prerender.html [blame]

<!DOCTYPE html>
<html>
<head>
<script type="speculationrules">
{
  "prerender":[
    {"source": "list",
     "urls": ["/empty.html"]}
  ]
}
</script>
<title>Prerender Test</title>
<!-- Make sure there is no zoom so that simulated clicks hit the right spot -->
<meta name="viewport" content="width=device-width,minimum-scale=1">
</head>
<body><a href="/empty.html" id="link">link</a></body>
</html>