comparison: layout/reftests/bugs/537507-1-ref.xul
layout/reftests/bugs/537507-1-ref.xul
- branch
- TOR_BUG_9701
- changeset 3
- 141e0f1194b1
equal
deleted
inserted
replaced
|
1 <?xml version="1.0"?> |
|
2 <?xml-stylesheet href="chrome://global/skin" type="text/css"?> |
|
3 |
|
4 <window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" |
|
5 orient="vertical"> |
|
6 <label value="The iframe below should show the string 'Here'"/> |
|
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>"></iframe> |
|
8 </window> |