зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1105760 - Increase timeout for unstable Media Source test, rs=Ms2ger
This commit is contained in:
Родитель
cf6b496303
Коммит
4d0fe31fbc
|
@ -29104,7 +29104,17 @@
|
|||
},
|
||||
"local_changes": {
|
||||
"deleted": [],
|
||||
"items": {},
|
||||
"items": {
|
||||
"testharness": {
|
||||
"media-source/SourceBuffer-abort-readyState.html": [
|
||||
{
|
||||
"path": "media-source/SourceBuffer-abort-readyState.html",
|
||||
"timeout": "long",
|
||||
"url": "/media-source/SourceBuffer-abort-readyState.html"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"reftest_nodes": {}
|
||||
},
|
||||
"reftest_nodes": {
|
||||
|
|
|
@ -558,4 +558,4 @@
|
|||
"rev": null,
|
||||
"url_base": "/_mozilla/",
|
||||
"version": 2
|
||||
}
|
||||
}
|
|
@ -3,6 +3,7 @@
|
|||
<head>
|
||||
<meta charset='utf-8'>
|
||||
<title>SourceBuffer#abort() when readyState attribute is not in the "open"</title>
|
||||
<meta name="timeout" content="long">
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
</head>
|
||||
|
|
Загрузка…
Ссылка в новой задаче