tenfourfox/layout/reftests/bugs/537507-2.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

8 lines
333 B
HTML

<!DOCTYPE html>
<body>
The iframe below should show the text 'Here'<br>
<iframe src="data:application/vnd.mozilla.xul+xml,&lt;window xmlns='http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul'&gt;&lt;label value='Here'/&gt;&lt;/window&gt;"
style="display: none"
onload="this.style.display = ''"></iframe>
</body>