summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/browsers/offline/manifest_section_many-manual.https.html
blob: 9378df1b40f040e9c6e5b410f24947349498bca4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE HTML>
<html manifest="resources/manifest/section_many.manifest">
  <head>
    <title>Offline Application Cache - manifest_section_many</title>
    <script src="resources/js/clock.js"></script>
    <link rel="stylesheet" href="resources/css/result.css">
    <link rel="stylesheet" href="resources/css/clock.css">
    <link rel="stylesheet" href="resources/css/online.css" type="text/css" media="screen">
  </head>
  <body>
    <ol type="1">
      <li>Disable the network connection.</li>
      <li>Refresh the page.</li>
      <li>If the time element and colors of result elements are normally displayed, then test is <span class="manualpass"><b>PASS</b></span>, otherwise <span class="manualfail"><b>FAIL</b></span>.</li>
    </ol>

    <p class="connectivity" width="600">The time is: <output id="clock"></output></p>
  </body>
</html>