Skip to content

Commit

Permalink
Add doctype; remove IE-standards-enabling meta element; add notice ab…
Browse files Browse the repository at this point in the history
…out unofficial nature of the testsuite and a disclosure.
  • Loading branch information
kangax committed Feb 11, 2011
1 parent 7a942f5 commit bfe4c14
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion index.html
@@ -1,12 +1,16 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="X-UA-Compatible" content="IE=8"/>
<script type="text/javascript" src="SimpleTestHarness/sth.js"></script>
<script>
var ES5Harness = activeSth;
</script>
</head>
<body>
<p style="background:#f55;color:#fff;padding:5px;margin-top:0">
This is an <strong>unofficially</strong> hosted version of an official <a href="http://es5conform.codeplex.com/" style="color:#fff">ES5 conformance test suite</a>. I just host it on github to be able to run it online. No modifications were made to the test suite, except added doctype and removed <code>&lt;meta http-equiv="X-UA-Compatible" content="IE=8"/></code> which was throwing the document into IE8 mode, negatively affecting test results.
</code>
</p>
<script>
var aryTestCasePaths = [
"TestCases/chapter07/7.8/7.8.4/7.8.4-1-s.js",
Expand Down

0 comments on commit bfe4c14

Please sign in to comment.