mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-03 18:47:53 +00:00
Bug 1224394 - Request long timeout for selection/collapse.html. r=jgraham
MozReview-Commit-ID: BqZJG5Szrb5 --HG-- extra : rebase_source : 4ab298d75e7fbccd5c569598abf9282d201f72c0
This commit is contained in:
parent
b085de0c5a
commit
a9c2bcac33
@ -34853,6 +34853,13 @@
|
||||
"url": "/js/builtins/Promise-incumbent-global.sub.html"
|
||||
}
|
||||
],
|
||||
"selection/collapse.html": [
|
||||
{
|
||||
"path": "selection/collapse.html",
|
||||
"timeout": "long",
|
||||
"url": "/selection/collapse.html"
|
||||
}
|
||||
],
|
||||
"selection/extend.html": [
|
||||
{
|
||||
"path": "selection/extend.html",
|
||||
|
@ -1,5 +1,6 @@
|
||||
<!doctype html>
|
||||
<title>Selection.collapse() tests</title>
|
||||
<meta name=timeout content=long>
|
||||
<div id=log></div>
|
||||
<script src=/resources/testharness.js></script>
|
||||
<script src=/resources/testharnessreport.js></script>
|
||||
|
Loading…
Reference in New Issue
Block a user