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
<!DOCTYPE HTML>
<html>
<head>
<title>Test positioning of fixed-pos/abs-pos elements in a XUL dialog</title>
</head>
<body>
<pre id="test">
<script type="application/javascript">
SimpleTest.waitForExplicitFinish();
var root = getRootDirectory(window.location.href);
window.openDialog(root + "dialog_with_positioning_window.xhtml", "dialog_with_positioning",
"dialog,chrome,noopener", window);
</script>
</pre>
</body>
</html>