Bug 705046 - Enable all html5lib tests on Mac OS X 10.7 and 10.8. r=hsivonen

This commit is contained in:
William Chen 2013-11-13 00:13:45 -08:00
parent e62e59c8c4
commit cd36e61807

View File

@ -17,6 +17,7 @@ https://bugzilla.mozilla.org/show_bug.cgi?id=366936
<script class="testbody" type="application/javascript;version=1.7">
var parserDatFiles = ["tests17.dat",
"tests18.dat",
"tests19.dat",
"tests1.dat",
"tests20.dat",
"tests21.dat",
@ -30,6 +31,7 @@ https://bugzilla.mozilla.org/show_bug.cgi?id=366936
"tests4.dat",
"tests5.dat",
"tests6.dat",
"tests7.dat",
"tests8.dat",
"tests9.dat",
"tests_innerHTML_1.dat",
@ -37,13 +39,6 @@ https://bugzilla.mozilla.org/show_bug.cgi?id=366936
"webkit01.dat",
"webkit02.dat",
"main-element.dat"];
const isOSXLion = navigator.userAgent.indexOf("Mac OS X 10.7") != -1;
const isOSXMtnLion = navigator.userAgent.indexOf("Mac OS X 10.8") != -1;
if (!isOSXLion && !isOSXMtnLion) {
parserDatFiles.push("tests19.dat");
parserDatFiles.push("tests7.dat");
}
</script>
<script type="application/javascript;version=1.7"
src="parser_web_testrunner.js"></script>