Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Manifest Id Web Platform Test</title>
<style>
body {
margin: 2em;
}
ol {
line-height: 200%;
}
</style>
<!-- This points to manifest v2 with a different start_url, but the
id is url-equivalent to manifest v1. -->
<link rel="manifest" href="id-member-manifest-update-v2.webmanifest" />
<script src="id-member-manifest-update.js"></script>
</head>
<body>
<h1>
Manifest Id Test
</h1>
<h2 style="color: red">
start_url v1
</h2>
</body>
</html>