summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/537507-2.html
blob: ea150b0f7f221ed7e888ed536261601a37ad3ea7 (plain)
1
2
3
4
5
<!DOCTYPE html>
<body>
  The iframe below should show the text 'Here'<br>
  <iframe src="537507-2-frame.xhtml" style="display: none" onload="this.style.display = ''"></iframe>
</body>