Bug 1205671 - Request long timeout for selection/extend.html. r=jgraham

MozReview-Commit-ID: 35WbbRaRQca

--HG--
extra : rebase_source : 4f9b7adc1c17b632365320ad129611a99a9be3c8
This commit is contained in:
Ting-Yu Lin 2016-03-21 21:44:41 +08:00
Родитель f479d03a6b
Коммит 4e6ae99670
3 изменённых файлов: 8 добавлений и 2 удалений

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

@ -34833,6 +34833,13 @@
"timeout": "long",
"url": "/fetch/api/request/request-cache.html"
}
],
"selection/extend.html": [
{
"path": "selection/extend.html",
"timeout": "long",
"url": "/selection/extend.html"
}
]
}
},

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

@ -1,7 +1,5 @@
[extend.html]
type: testharness
disabled:
if e10s: https://bugzilla.mozilla.org/show_bug.cgi?id=1205671
[extend() with range 1 [paras[0\].firstChild, 0, paras[0\].firstChild, 0\] and point 20 [foreignPara1.firstChild, 0\]]
expected: FAIL

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

@ -1,6 +1,7 @@
<!doctype html>
<title>Selection extend() tests</title>
<meta charset=utf-8>
<meta name=timeout content=long>
<body>
<script src=/resources/testharness.js></script>
<script src=/resources/testharnessreport.js></script>