From bfe4c14a003d42c680a324c2d00ca4ead013bb4e Mon Sep 17 00:00:00 2001 From: kangax Date: Fri, 11 Feb 2011 00:29:55 -0500 Subject: [PATCH] Add doctype; remove IE-standards-enabling meta element; add notice about unofficial nature of the testsuite and a disclosure. --- index.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index a096b97..5509162 100755 --- a/index.html +++ b/index.html @@ -1,12 +1,16 @@ + - +

+ This is an unofficially hosted version of an official ES5 conformance test suite. 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 <meta http-equiv="X-UA-Compatible" content="IE=8"/> which was throwing the document into IE8 mode, negatively affecting test results. + +