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:
parent
130b9c84f0
commit
506e8db179
13
engine/src/flutter/tests/lowlevel/iframe-expected.txt
Normal file
13
engine/src/flutter/tests/lowlevel/iframe-expected.txt
Normal 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
|
@ -1 +1,4 @@
|
|||||||
<div>This is an <iframe src="abarth.sky">iframe</iframe> element.</div>
|
<sky>
|
||||||
|
<import src="../resources/dump-as-render-tree.sky" />
|
||||||
|
<div>This is an <iframe src="abarth.sky">iframe</iframe> element.</div>
|
||||||
|
</sky>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user