Source code
Revision control
Copy as Markdown
Other Tools
Test Info: Warnings
- This test gets skipped with pattern: os == 'android' OR os != 'win'
- Manifest: dom/tests/mochitest/chrome/chrome.toml
<?xml version="1.0"?>
<!--
Test for the sizemode attribute
-->
sizemode="fullscreen">
<script type="application/javascript"
<script>
SimpleTest.waitForExplicitFinish();
newwindow = window.browsingContext.topChromeWindow.openDialog("sizemode_attribute.xhtml", "_blank","chrome,resizable=yes", window);
function done() {
newwindow.close();
SimpleTest.finish();
}
</script>
</window>