Files
tubestation/docshell/test/navigation/iframe_static.html
Samael Wang d9154d0284 Bug 1326251 - Part 2: Add test case. r=smaug
MozReview-Commit-ID: 5YfIoH1f4fD
2017-01-24 14:58:04 +08:00

9 lines
151 B
HTML

<html>
<body>
Nested Frame
<div id="frameContainer">
<iframe id="staticFrame" src="frame0.html"></iframe>
</div>
</body>
</html>