Source code
Revision control
Copy as Markdown
Other Tools
Test Info: Warnings
- This test gets skipped with pattern: os == 'android'
- Manifest: layout/base/tests/chrome/chrome.toml
<?xml version="1.0"?>
type="text/css"?>
<!--
-->
onload="run()">
<!-- test code goes here -->
<script type="application/javascript">
<![CDATA[
SimpleTest.waitForExplicitFinish();
function run() {
window.openDialog("file_bug1018265.xhtml", "documentViewerTest", "chrome,width=100,height=100,noopener", window);
}
function done() {
ok(true, "done");
setTimeout(function() { SimpleTest.finish(); }, 0);
}
]]>
</script>
<!-- test results are displayed in the html:body -->
</body>
</window>