Remove iframe.sky test. It's timing out on the bots.

TBR=esprehn@chromium.org

Review URL: https://codereview.chromium.org/707283002
This commit is contained in:
Matt Perry 2014-11-07 17:25:17 -05:00
parent 506e8db179
commit 6b138596a4
2 changed files with 0 additions and 17 deletions

View File

@ -1,13 +0,0 @@
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,4 +0,0 @@
<sky>
<import src="../resources/dump-as-render-tree.sky" />
<div>This is an <iframe src="abarth.sky">iframe</iframe> element.</div>
</sky>