Source code

Revision control

Copy as Markdown

Other Tools

Test Info: Warnings

<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="chrome://global/skin"?>
<?xml-stylesheet type="text/css" href="chrome://mochikit/content/tests/SimpleTest/test.css"?>
<!--
-->
<window title="Mozilla Bug 418986"
<!-- test results are displayed in the html:body -->
<style id="test-css" scoped="true"></style>
target="_blank">Mozilla Bug 418986</a>
<p id="display"></p>
<p id="pictures"></p>
</body>
<script type="text/javascript" src="bug418986-2.js"></script>
<!-- test code goes here -->
<script type="text/javascript">
// Run all tests now.
window.onload = function () {
add_task(async function() {
await test(false);
});
};
</script>
</window>