зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
f479d03a6b
Коммит
4e6ae99670
|
@ -34833,6 +34833,13 @@
|
||||||
"timeout": "long",
|
"timeout": "long",
|
||||||
"url": "/fetch/api/request/request-cache.html"
|
"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]
|
[extend.html]
|
||||||
type: testharness
|
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\]]
|
[extend() with range 1 [paras[0\].firstChild, 0, paras[0\].firstChild, 0\] and point 20 [foreignPara1.firstChild, 0\]]
|
||||||
expected: FAIL
|
expected: FAIL
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
<!doctype html>
|
<!doctype html>
|
||||||
<title>Selection extend() tests</title>
|
<title>Selection extend() tests</title>
|
||||||
<meta charset=utf-8>
|
<meta charset=utf-8>
|
||||||
|
<meta name=timeout content=long>
|
||||||
<body>
|
<body>
|
||||||
<script src=/resources/testharness.js></script>
|
<script src=/resources/testharness.js></script>
|
||||||
<script src=/resources/testharnessreport.js></script>
|
<script src=/resources/testharnessreport.js></script>
|
||||||
|
|
Загрузка…
Ссылка в новой задаче