summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/browsers/offline/section_network_offline-manual.html
blob: c4121f5bc5370e2aae5c9ccd49e307f1e00e6db4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE HTML>
<html manifest="resources/manifest/clock.manifest">
  <head>
    <title>Offline Application Cache - Section_network_offline</title>
    <link rel="stylesheet" href="resources/css/result.css">
  </head>
  <body>
    <ol>
      <li>Disable the network connection.</li>
      <li>Refresh the page.</li>
      <li>If only the frame element can't be loaded, then test is <span class="manualpass"><b>PASS</b></span>, otherwise <span class="manualfail"><b>FAIL</b></span>.</li>
    </ol>

    <IFRAME id="TestFrame" name="TestWindow" src="html/clock.html" width="600" height="50" scrolling="auto" frameborder="1">
    </IFRAME>
  </body>
</html>