Bug 1029943 - Part 3 - Double timeout for test_collapse.html and test_extend.html. r=Ms2ger

This commit is contained in:
Ting-Yu Lin 2014-11-02 06:05:00 +01:00
Родитель a280daa9fd
Коммит 397d327f00
2 изменённых файлов: 8 добавлений и 0 удалений

Просмотреть файл

@ -7,6 +7,10 @@
<script>
"use strict";
if (W3CTest.runner) {
W3CTest.runner.requestLongerTimeout(2);
}
function testCollapse(range, point) {
selection.removeAllRanges();
var addedRange;

Просмотреть файл

@ -9,6 +9,10 @@
<script>
"use strict";
if (W3CTest.runner) {
W3CTest.runner.requestLongerTimeout(2);
}
// Also test a selection with no ranges
testRanges.unshift("[]");