haikuwebkit/LayoutTests/fast/frames/onlyCommentInIFrame.html

8 lines
528 B
HTML

<HTML>
<BODY>
The documents in the src attributes of the iframes below only contain comments. This test is for a bug where we would only construct RenderViews for such iframes. We need to propery construct an empty frame instead, so the RenderView should have a RenderBlock and RenderBody below it in the dump of the RenderTree.<br>
<IFRAME src="resources/comment.html" width="100%" height="10" frameborder=1 ></IFRAME><br><br>
<IFRAME src="resources/commentX.xhtml" width="100%" height="10" frameborder=1 ></IFRAME>
</HTML>