manifest_section_empty-manual.https.html (840B)
1 <!DOCTYPE HTML> 2 <html manifest="resources/manifest/section_empty.manifest"> 3 <head> 4 <title>Offline Application Cache - manifest_section_empty</title> 5 <script src="resources/js/clock.js"></script> 6 <link rel="stylesheet" href="resources/css/result.css"> 7 <link rel="stylesheet" href="resources/css/clock.css"> 8 <link rel="stylesheet" href="resources/css/online.css" type="text/css" media="screen"> 9 </head> 10 <body> 11 <ol> 12 <li>Disable the network connection.</li> 13 <li>Refresh the page.</li> 14 <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> 15 </ol> 16 17 <p class="connectivity" width="600">The time is: <output id="clock"></output></p> 18 </body> 19 </html>