Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
<?xml version="1.0"?>
<!-- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
<?xml-stylesheet href="chrome://global/skin/global.css" type="text/css"?>
<script type="application/javascript"><![CDATA[
SimpleTest.waitForExplicitFinish();
SimpleTest.requestFlakyTimeout("Baseline coverage stabilization delay.");
async function delayBaseline() {
SimpleTest.ok(true, "Collecting baseline coverage for XUL (.xul) file types.");
await new Promise((c) => setTimeout(c, 30 * 1000));
SimpleTest.finish();
}
delayBaseline();
]]></script>
</window>