Bug 1345490 - Fix inappropriate step_timeout in infrastructure test, a=testonly

MozReview-Commit-ID: B5B4wF2yNtJ
This commit is contained in:
James Graham 2017-03-08 18:40:33 +00:00
parent 6524b50f41
commit d4dc7506f2
2 changed files with 2 additions and 1 deletions

View File

@ -11,7 +11,7 @@
}
</style>
<script>
step_timeout(function() {
setTimeout(function() {
document.querySelector(".marker").style.background = 'green';
document.documentElement.classList.remove("reftest-wait");
}, 1000);

View File

@ -151,6 +151,7 @@ SET TIMEOUT: eventsource/eventsource-close.htm
SET TIMEOUT: eventsource/eventsource-request-cancellation.htm
SET TIMEOUT: html/*
SET TIMEOUT: IndexedDB/*
SET TIMEOUT: infrastructure/reftest-wait.html
SET TIMEOUT: media-source/mediasource-util.js
SET TIMEOUT: media-source/URL-createObjectURL-revoke.html
SET TIMEOUT: mixed-content/generic/sanity-checker.js