| <!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> |