Wed, 31 Dec 2014 07:16:47 +0100
Revert simplistic fix pending revisit of Mozilla integration attempt.
1 <!DOCTYPE html>
2 <body>
3 The iframe below should show the text 'Here'<br>
4 <iframe src="data:application/vnd.mozilla.xul+xml,<window xmlns='http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul'><label value='Here'/></window>"
5 style="display: none"
6 onload="this.style.display = ''"></iframe>
7 </body>