提交 32585dd8 编写于 作者: D dongwei

add test cases

Signed-off-by: Ndongwei <dongwei@kaihongdigi.com>
上级 64261794
......@@ -498,6 +498,16 @@
margin-bottom: 4px;
}
.propNewAdd{
height: 15px;
margin-bottom: 3px;
background-color:#c00000;
width: 100%;
margin-left: 10px;
margin-right: 10px;
padding-start: 10px;
padding-end: 10px;
}
......@@ -236,6 +236,39 @@
<image-animator images="" duration="" fillmode="none" id="typeFillmodeNone"
>
</image-animator>
<text class="sub-title">
特有属性 -- image-animator
</text>
<image-animator images="" duration="" class="propNewAdd"
image-animator="image-animator">
</image-animator>
<image-animator images="" duration="" class="propNewAdd"
image-animator="">
</image-animator>
<text class="sub-title">
特有属性 -- tid
</text>
<image-animator images="" duration="" class="propNewAdd"
tid="id">
</image-animator>
<image-animator images="" duration="" class="propNewAdd"
tid="">
</image-animator>
<text class="sub-title">
特有属性 -- elif
</text>
<image-animator images="" duration="" class="propNewAdd"
if="false">
</image-animator>
<image-animator images="" duration="" class="propNewAdd"
elif="true">
</image-animator>
<image-animator images="" duration="" class="propNewAdd"
elif="false">
</image-animator>
</div>
</div>
......@@ -137,7 +137,7 @@
<text class="sub-title">
特有事件1
</text>
<image-animator ref="animator" fixedsize="true" images="{{images}}" duration="2s" @resume='resume' @start="start" @stop='stop' @pause='pause' class ="event5" >
<image-animator ref="animator" fixedsize="true" images="{{images}}" duration="2s" @resume='resume' @start="start" @stop='stop' @pause='pause' class ="event5" >
</image-animator>
</div>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册