Add iframe.sky test expectations for dump-as-render-tree.

R=esprehn@chromium.org

Review URL: https://codereview.chromium.org/708163002
This commit is contained in:
Matt Perry 2014-11-07 17:14:15 -05:00
parent 130b9c84f0
commit 506e8db179
2 changed files with 17 additions and 1 deletions

View File

@ -0,0 +1,13 @@
layer at (0,0) size 800x600
RenderView {#document} at (0,0) size 800x600
layer at (0,0) size 800x188
RenderBlock {sky} at (0,0) size 800x188
RenderBlock {div} at (0,0) size 800x188
RenderBlock (anonymous) at (0,0) size 800x19
RenderText {#text} at (0,0) size 76x19
text run at (0,0) width 76: "This is an"
RenderBlock (anonymous) at (0,169) size 800x19
RenderText {#text} at (0,0) size 72x19
text run at (0,0) width 72: "element."
layer at (250,19) size 300x150
RenderReplaced {iframe} at (250,19) size 300x150

View File

@ -1 +1,4 @@
<sky>
<import src="../resources/dump-as-render-tree.sky" />
<div>This is an <iframe src="abarth.sky">iframe</iframe> element.</div> <div>This is an <iframe src="abarth.sky">iframe</iframe> element.</div>
</sky>