4
<title>HTML5test - How well does your browser support HTML5?</title>
7
<meta name="apple-mobile-web-app-capable" content="yes">
8
<meta name="apple-mobile-web-app-status-bar-style" content="black">
9
<meta name="viewport" content="width=device-width, initial-scale=1.0">
11
<link rel="stylesheet" href="/css/main.css" type="text/css">
12
<link rel="stylesheet" href="/css/reporting.css" type="text/css">
14
<script src='/scripts/base.js' type='text/javascript'></script>
15
<script src='/scripts/reporting.js' type='text/javascript'></script>
17
<script src='/scripts/jquery/jquery-1.7.2.min.js' type='text/javascript'></script>
18
<script src='/scripts/highcharts/highcharts.src.js' type='text/javascript'></script>
19
<script src="/scripts/highcharts/modules/exporting.js" type="text/javascript"></script>
20
<script src="/scripts/fullscreen.js" type="text/javascript"></script>
22
<meta name="application-name" content="HTML5test"/>
24
<link rel="apple-touch-icon" sizes="57x57" href="/images/icons/apple-touch-icon-57x57.png" />
25
<link rel="apple-touch-icon" sizes="114x114" href="/images/icons/apple-touch-icon-114x114.png" />
26
<link rel="apple-touch-icon" sizes="72x72" href="/images/icons/apple-touch-icon-72x72.png" />
27
<link rel="apple-touch-icon" sizes="144x144" href="/images/icons/apple-touch-icon-144x144.png" />
28
<link rel="apple-touch-icon" sizes="60x60" href="/images/icons/apple-touch-icon-60x60.png" />
29
<link rel="apple-touch-icon" sizes="120x120" href="/images/icons/apple-touch-icon-120x120.png" />
30
<link rel="apple-touch-icon" sizes="76x76" href="/images/icons/apple-touch-icon-76x76.png" />
31
<link rel="apple-touch-icon" sizes="152x152" href="/images/icons/apple-touch-icon-152x152.png" />
32
<link rel="icon" type="image/png" href="/images/icons/favicon-16x16.png" sizes="16x16" />
33
<link rel="icon" type="image/png" href="/images/icons/favicon-32x32.png" sizes="32x32" />
34
<link rel="icon" type="image/png" href="/images/icons/favicon-96x96.png" sizes="96x96" />
35
<link rel="icon" type="image/png" href="/images/icons/favicon-160x160.png" sizes="160x160" />
36
<link rel="icon" type="image/png" href="/images/icons/favicon-196x196.png" sizes="196x196" />
37
<meta name="msapplication-TileColor" content="#0092bf" />
38
<meta name="msapplication-TileImage" content="/images/icons/mstile-144x144.png" />
43
<h1><span>HTML<strong>5</strong>test</span> <em>how well does your browser support HTML5?</em></h1>
44
<div class='navigation'>
46
<li><a href='/index.html'>Your browser</a></li>
47
<li class='selected'><a href='/results/desktop.html'>Other<span> browser</span>s</a></li>
48
<li><a href='/compare/browser/index.html'>Compare</a></li>
51
<li><a href='http://blog.html5test.com/'>News</a></li>
52
<li><a href='/devicelab'>Device Lab</a></li>
53
<li><a href='/about.html'>About<span> the test</span></a></li>
60
<div class='paper hasNavigation'>
61
<ul class='navigation'>
62
<li class='<?php echo $type == 'desktop' ? 'selected' : ''; ?>'><a href='/results/desktop.html'>Desktop<span> browsers</span></a></li>
63
<li class='<?php echo $type == 'tablet' ? 'selected' : ''; ?>'><a href='/results/tablet.html'>Tablets</a></li>
64
<li class='<?php echo $type == 'mobile' ? 'selected' : ''; ?>'><a href='/results/mobile.html'>Mobiles</a></li>
65
<li class='<?php echo $type == 'other' ? 'selected' : ''; ?>'><a href='/results/other.html'>Other</a></li>
66
<li class='more'><a href='/results/search.html'>Search</a></li>
67
<li class='more'><a href='/results/latest.html'>Latest</a></li>
72
<div class='scorePanel'>
73
<h2 id='gaming'>Gaming</h2>
76
<?php if (isset($consoles)): ?>
79
<table class='scoreTable'>
82
<th class='points'>Score</th>
83
<th class='nickname'>Device</th>
84
<th class='details'></th>
88
<?php foreach($consoles as $item): ?>
90
<td class='points'><?php echo $item->score; ?></td>
91
<th class='nickname' onclick="new BrowserPopup(this, 'gaming', { platform: '<?php echo $item->platform; ?>', version: '<?php echo $item->version; ?>', id: '<?php echo $item->id; ?>', score: '<?php echo $item->score; ?>' }); ">
92
<?php echo $item->nickname; ?>
94
<th class='details'><?php echo $item->details; ?></th>
104
<?php if (isset($portables)): ?>
107
<table class='scoreTable'>
110
<th class='points'>Score</th>
111
<th class='nickname'>Device</th>
112
<th class='details'></th>
116
<?php foreach($portables as $item): ?>
118
<td class='points'><?php echo $item->score; ?></td>
119
<th class='nickname' onclick="new BrowserPopup(this, 'gaming', { platform: '<?php echo $item->platform; ?>', version: '<?php echo $item->version; ?>', id: '<?php echo $item->id; ?>', score: '<?php echo $item->score; ?>' }); ">
120
<?php echo $item->nickname; ?>
122
<th class='details'><?php echo $item->details; ?></th>
134
<div class='scorePanel'>
135
<h2 id='television'>Television</h2>
138
<?php if (isset($smarttvs)): ?>
141
<table class='scoreTable'>
144
<th class='points'>Score</th>
145
<th class='nickname'>Device</th>
146
<th class='details'></th>
150
<?php foreach($smarttvs['current'] as $item): ?>
152
<td class='points'><?php echo $item->score; ?></td>
153
<th class='nickname' onclick="new BrowserPopup(this, 'television', { platform: '<?php echo $item->platform; ?>', version: '<?php echo $item->version; ?>', id: '<?php echo $item->id; ?>', score: '<?php echo $item->score; ?>' }); ">
154
<?php echo $item->nickname; ?>
156
<th class='details'><?php echo $item->details; ?></th>
166
<?php if (isset($settopboxes)): ?>
168
<h3>Set-top boxes</h3>
169
<table class='scoreTable'>
172
<th class='points'>Score</th>
173
<th class='nickname'>Device</th>
174
<th class='details'></th>
178
<?php foreach($settopboxes as $item): ?>
180
<td class='points'><?php echo $item->score; ?></td>
181
<th class='nickname' onclick="new BrowserPopup(this, 'television', { platform: '<?php echo $item->platform; ?>', version: '<?php echo $item->version; ?>', id: '<?php echo $item->id; ?>', score: '<?php echo $item->score; ?>' }); ">
182
<?php echo $item->nickname; ?>
184
<th class='details'><?php echo $item->details; ?></th>
196
<div class='scorePanel'>
197
<h2 id='ereaders'>E-readers</h2>
200
<?php if (isset($ereaders)): ?>
202
<h3>E-paper readers</h3>
203
<table class='scoreTable'>
206
<th class='points'>Score</th>
207
<th class='nickname'>Device</th>
208
<th class='details'></th>
212
<?php foreach($ereaders as $item): ?>
214
<td class='points'><?php echo $item->score; ?></td>
215
<th class='nickname' onclick="new BrowserPopup(this, 'ereader', { platform: '<?php echo $item->platform; ?>', version: '<?php echo $item->version; ?>', id: '<?php echo $item->id; ?>', score: '<?php echo $item->score; ?>' }); ">
216
<?php echo $item->nickname; ?>
218
<th class='details'><?php echo $item->details; ?></th>
233
<h3>About these scores</h3>
235
The data above is compiled from automatically submitted test results. It is possible your results
236
may differ slightly due to external factors such as settings and which operating system is used.
237
If you believe the data above is incorrect, or if you think we are missing an important browser
238
or device, please open a bug report at <a href='http://github.com/NielsLeenheer/html5test'>Github</a>.
245
<div class='copyright'>
247
Created by Niels Leenheer.<br>
248
Please note that the HTML5 test is not affiliated with the W3C or the HTML5 working group.<br>
249
HTML5 Logo by <a href="http://www.w3.org/"><abbr title="World Wide Web Consortium">W3C</abbr></a>.
250
Browser detection by <a href='http://whichbrowser.net'>WhichBrowser</a>.
254
<a href="http://www.cloudvps.nl" target="_blank" ><b>CloudVPS</b><br> High Availability<br> Cloud Servers</a>
262
<script src='//www.google-analytics.com/ga.js'></script>
266
var pageTracker = _gat._getTracker("UA-68192-4");
267
pageTracker._trackPageview();