gecko/dom/browser-element/mochitest/file_browserElement_OpenWindowInFrame.html
Justin Lebar e5e6efbaf3 Bug 766871 - Part 2: Tests for window.open from <iframe> inside <iframe mozbrowser>. r=bz
--HG--
extra : rebase_source : 2c5f56098a9351f255c2fff07335c0de524a29f8
2012-06-23 11:05:12 -04:00

7 lines
127 B
HTML

<html>
<body>
I'm file_browserElement_OpenInFrame.html.
<iframe src='file_browserElement_Open1.html'></iframe>
</body>
</html>