summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/appmanifest/id-member/id-member-manifest-update-manual-v1.html
blob: 3f4a331e0b9fe0a4555212fc033b4db56818339b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<!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>