<p>WHAT: Two dialogs, one embedding an iframe, one having just scrollable content.</p>
<p>EXPECTED: When focusing on one or the other dialog, it shouldn't affect how the content is displayed on the other dialog. It shouldn't reload the iframe or reset the scroll.</p>
<divid="dialog-iframe"title="Dialog that embeds an iframe">
<iframesrc="animated.html"height="400"></iframe>
</div>
<divid="dialog-scrolling"title="Dialog with scroll">
<pstyle="height:600px;background:#eee">a bunch of content</p>
</div>
<divid="dialog-other"title="placeholder">Just another dialog to test stacking</div>