Bug 575870 - Enable the firefox button on xp themed, classic, and aero basic. r=dao...
[mozilla-central.git] / layout / reftests / bugs / 537507-2.html
blobe19549c9f58103ef4714770d750813bf7692d16f
1 <!DOCTYPE html>
2 <body>
3 The iframe below should show the text 'Here'<br>
4 <iframe src="data:application/vnd.mozilla.xul+xml,&lt;window xmlns='http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul'&gt;&lt;label value='Here'/&gt;&lt;/window&gt;"
5 style="display: none"
6 onload="this.style.display = ''"></iframe>
7 </body>