-
Notifications
You must be signed in to change notification settings - Fork 6
/
index.html
27 lines (25 loc) · 1.21 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
<html>
<head>
<title>Methanol</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="keywords" CONTENT="performance benchmark page-load engine">
<meta name="description" CONTENT="Page-load benchmark engine">
<script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-36614071-1']);_gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);})();</script>
</head>
<h1 align="center">Methanol</h1>
<p align="center">The following sample benchmarks can be executed in your browser.</p>
<p align="center">
[<a href="fire.html">Archived web pages</a>]
[<a href="fire-smp.html">Example pages using web workers</a>]
[<a href="fire-svg.html">Tests for SVG filters</a>]
</p>
<p align="center">
[<a href="fire-canvas.html">Canvas tests</a>]
[<a href="fire-css.html">Execute CSS tests</a>]
[<a href="fire-layout.html">Execute Other Layout tests</a>]
</p>
</html>