Thu, 15 Jan 2015 15:55:04 +0100
Back out 97036ab72558 which inappropriately compared turds to third parties.
michael@0 | 1 | <?xml version="1.0"?> |
michael@0 | 2 | <?xml-stylesheet href="chrome://global/skin" type="text/css"?> |
michael@0 | 3 | |
michael@0 | 4 | <window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" |
michael@0 | 5 | orient="vertical"> |
michael@0 | 6 | <label value="The iframe below should show the string 'Here'"/> |
michael@0 | 7 | <iframe src="data:application/vnd.mozilla.xul+xml,<window xmlns='http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul'><label value='Here'/></window>" |
michael@0 | 8 | style="display: none" |
michael@0 | 9 | onload="this.style.display = ''"></iframe> |
michael@0 | 10 | </window> |