mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 07:42:04 +00:00
Bug 1104433 part 3 - Extend the timeout of dom/imptests/editing/conformancetest/test_runtest.html; rs=Ms2ger
This commit is contained in:
parent
42cc797d1e
commit
634e380e9b
@ -20,6 +20,10 @@ for documentation.
|
||||
<script>
|
||||
"use strict";
|
||||
|
||||
if (W3CTest.runner) {
|
||||
W3CTest.runner.requestLongerTimeout(2);
|
||||
}
|
||||
|
||||
runTests();
|
||||
|
||||
function runTests() {
|
||||
|
Loading…
Reference in New Issue
Block a user