forked from maban/console-browsers
-
Notifications
You must be signed in to change notification settings - Fork 0
/
test.php
34 lines (22 loc) · 965 Bytes
/
test.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<?php include('module/head.php');?>
<body class="section-device">
<?php include('module/nav-primary.php');?>
<section class="container-fluid">
<div class="row-fluid">
<h2 class="page-header">Tests to run</h2>
<ul>
<li><a href="http://supportdetails.com/">Support Details</a></li>
<li><a href="http://css3test.com">CSS3 Test</a></li>
<li><a href="http://html5test.com">HTML5 Test</a></li>
<li><a href="http://www.jordanm.co.uk/palmreader">Palm Reader</a></li>
</ul>
<h2 class="page-header">How to help</h2>
<h3>Contributing data:</h3>
<ol>
<li>When running a test such as the HTML5, CSS3 or Acid3 test, leave the page open for around 5 minutes. This is because it takes so long to load scripts. Often the device will display a score and will have appear to have finished running, but a couple of minutes later, that score changes.</li>
</ol>
</div>
</section>
<?php include('module/foot.php');?>
</body>
</html>