Bug 974160. Robustify reftest. r=cam

This currently seems to fail on b2g aws. I assume because the timeout fires
before the function can run and we end up with two exclamation marks.

--HG--
extra : rebase_source : 7a4d5371c893b4f714df12deca664703a4bc94ac
This commit is contained in:
Jeff Muizelaar 2014-02-21 13:27:49 -05:00
parent 2abff00f62
commit a8a32a3bfd

View File

@ -22,5 +22,4 @@ function doTest() {
}
window.addEventListener("MozReftestInvalidate", doTest, false);
setTimeout(doTest, 4000); // fallback for running outside reftest
</script>