chromium/third_party/blink/web_tests/external/wpt/html/browsers/offline/manifest_notchanged_online-manual.https.html

<!DOCTYPE HTML>
<html manifest="resources/manifest/clock.manifest">
  <head>
    <title>Offline Application Cache - manifest_notchanged_online</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>
      <li>Remove time element of this html document and not change manifest file.</li>
      <li>Refresh the page.</li>
      <li>If the page is 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>