forked from LeaVerou/css3test
-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
73 lines (58 loc) · 2.3 KB
/
index.html
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>The CSS3 Test</title>
<link rel="stylesheet" href="style.css" />
<script>var _gaq = [['_setAccount', 'UA-28874455-1'], ['_trackPageview']];</script>
<script src="http://www.google-analytics.com/ga.js" async></script>
</head>
<body>
<!-- AdPacks.com Ad Code -->
<script src="http://s3.buysellads.com/ac/bsa.js" async></script>
<!-- End AdPacks.com Ad Code -->
<h1>The CSS3 test</h1>
<section id="tests">
<div id="hgroup">
<h1>Your browser scores <strong id="score">0%</strong></h1>
<h2>Determined by passing <strong id="passedTests"></strong> tests out of <strong id="totalTests"></strong> total for <strong id="total"></strong> features</h2>
</div>
<section id="all"></section>
</section>
<aside>
<section class="caution">
<p><strong>Caution:</strong>
This test checks which CSS3 features the browser recognizes, <em>not</em> whether they are implemented correctly.</p>
</section>
<p>Time taken: <strong id="timeTaken"></strong></p>
<section>
<!-- AdPacks.com Zone Code -->
<div id="bsap_1261373" class="bsarocks bsap_67e1f7efa5300630944c625f7975b9b3"></div>
<a href="http://adpacks.com" id="bsap_aplink">via Ad Packs</a>
<!-- End AdPacks.com Zone Code -->
</section>
<section>
<h1>Specs tested:</h1>
<ul id="specsTested"></ul>
Want more tests? <a href="https://github.com/LeaVerou/css3test" target="_blank">Be my guest!</a>
</section>
<section>
<h1>Cheaters</h1>
<ul>
<li>WebKit claims to support CSS3 background-repeat, but it’s LYING</li>
</ul>
</section>
</aside>
<footer>
<a id="mark" href="http://lea.verou.me"><img src="http://lea.verou.me/mark.svg" title="Lea Verou was here" alt="Lea Verou was here" /></a>
<p>
<a href="http://www.browserscope.org/user/tests/table/agt1YS1wcm9maWxlcnINCxIEVGVzdBidzawNDA" target="_blank">Results</a>
✿ Handcrafted by <a href="http://lea.verou.me">Lea Verou</a>
✿ <a href="https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=lea%40verou%2eme&lc=GR&item_name=Lea%20Verou&currency_code=EUR&bn=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHosted">Donate</a></p>
</footer>
<script src="utopia.js"></script>
<script src="supports.js"></script>
<script src="csstest.js"></script>
<script src="tests.js"></script>
</body>
</html>