blob: b8807ca8964df0a57dc7a0cb9393257484ad4a09 (
plain)
1
2
3
4
5
|
<!DOCTYPE html>
<body>
The iframe below should show the text 'Here'<br>
<iframe src="data:application/vnd.mozilla.xul+xml,<window xmlns='http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul'><label value='Here'/></window>"></iframe>
</body>
|