Bug 593491. Change the initial iframe URI to try to distinguish what is going on. a=test-only

This commit is contained in:
Timothy Nikkel 2010-10-21 19:58:11 -05:00
parent 2270bf1cbc
commit 9bbd68b2e6

View File

@ -27,7 +27,7 @@
<div id="twoparent">
<div id="two"></div>
<iframe id="twoi" src="about:blank"></iframe>
<iframe id="twoi" src="data:text/html,<body>"></iframe>
<div style="width: 5000px; height: 10px;"></div>
</div>