gecko/layout/base/tests/chrome/test_dialog_with_positioning.html
Robert O'Callahan 58ec21a7d9 Bug 802457. Ensure that positioned children of intrinsic-height viewports are reflowed with the correct container height. r=mats
--HG--
extra : rebase_source : 389b5916de9b7a7bd4232f2c541ae0db7500ba2e
2012-10-23 14:48:12 +13:00

21 lines
742 B
HTML

<!DOCTYPE HTML>
<html>
<head>
<title>Test positioning of fixed-pos/abs-pos elements in a XUL dialog</title>
<script type="application/javascript" src="chrome://mochikit/content/tests/SimpleTest/SimpleTest.js"></script>
<script type="application/javascript" src="chrome://mochikit/content/chrome-harness.js"></script>
<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.xul", "dialog_with_positioning",
"dialog,chrome");
</script>
</pre>
</body>
</html>