Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / frames / onlyCommentInIFrame.html
blob480a14a6b9b860333eb26bd550043e5e13753ad8
1 <HTML>
3 <BODY>
4 The documents in the src attributes of the iframes below only contain comments. This test is for a bug where we would only construct LayoutViews for such iframes. We need to propery construct an empty frame instead, so the LayoutView should have a LayoutBlockFlow and LayoutBlockFlow below it in the dump of the RenderTree.
5 <br>
6 <IFRAME src="resources/comment.html" width="100%" height="10" frameborder=1 ></IFRAME>
7 <br>
8 <br>
9 <IFRAME src="resources/commentX.xhtml" width="100%" height="10" frameborder=1 ></IFRAME>
11 </HTML>