Wed, 31 Dec 2014 07:16:47 +0100
Revert simplistic fix pending revisit of Mozilla integration attempt.
michael@0 | 1 | <!DOCTYPE HTML> |
michael@0 | 2 | <html> |
michael@0 | 3 | <body> |
michael@0 | 4 | <iframe src="data:application/vnd.mozilla.xul+xml,<?xml version='1.0' encoding='UTF-8'?><window xmlns='http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul' style='background:yellow'></window>" |
michael@0 | 5 | style="position:absolute; left:100px; top:100px; width:300px; height:300px; border:1px solid black;"> |
michael@0 | 6 | </iframe> |
michael@0 | 7 | </body> |
michael@0 | 8 | </html> |