Bug 1104433 part 3 - Extend the timeout of dom/imptests/editing/conformancetest/test_runtest.html; rs=Ms2ger

This commit is contained in:
Brian Birtles 2014-12-01 08:37:45 +09:00
parent 42cc797d1e
commit 634e380e9b

View File

@ -20,6 +20,10 @@ for documentation.
<script>
"use strict";
if (W3CTest.runner) {
W3CTest.runner.requestLongerTimeout(2);
}
runTests();
function runTests() {