Source code

Revision control

Copy as Markdown

Other Tools

Test Info: Warnings

<!DOCTYPE HTML>
<html>
<head>
<title>Test positioning of fixed-pos/abs-pos elements in a XUL dialog</title>
<link rel="stylesheet" type="text/css" href="chrome://mochikit/content/tests/SimpleTest/test.css"/>
</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>