提交 3258c159 编写于 作者: D dongwei 提交者: wanggang

add test cases

Signed-off-by: Ndongwei <dongwei@kaihongdigi.com>
上级 bd7b9f1f
......@@ -341,6 +341,46 @@
padding-end: 10px;
}
#tidProp {
flex-weight: 1;
background-color:#0e0000;
width: 100%;
margin-left: 10px;
margin-right: 10px;
padding-start: 10px;
padding-end: 10px;
}
#tidPropNone {
flex-weight: 1;
background-color:#c00000;
width: 100%;
margin-left: 10px;
margin-right: 10px;
padding-start: 10px;
padding-end: 10px;
}
#elifPropTrue {
flex-weight: 1;
background-color:#0e0000;
width: 100%;
margin-left: 10px;
margin-right: 10px;
padding-start: 10px;
padding-end: 10px;
}
#elifPropFalse {
flex-weight: 1;
background-color:#c00000;
width: 100%;
margin-left: 10px;
margin-right: 10px;
padding-start: 10px;
padding-end: 10px;
}
.specific-container{
flex-direction: column;
flex-weight: 1;
......
......@@ -89,16 +89,6 @@
data-div="">
</div>
<text class="sub-title">
通用属性 -- data
</text>
<div id="dataPropOne"
data="通用属性 -- data">
</div>
<div id="dataPropOneNone"
data="">
</div>
<text class="sub-title">
通用属性 -- click-effect
</text>
......@@ -161,7 +151,30 @@
show="false">
</div>
<div id="showPropNone"
show="">
show="false">
</div>
<text class="sub-title">
属性 -- tid
</text>
<div id="tidProp"
tid="tidProp">
</div>
<div id="tidPropNone"
tid="">
</div>
<text class="sub-title">
属性 -- elif
</text>
<div style="width: 20px;height: 20px;"
if="false">
</div>
<div id="elifPropTrue"
elif="true">
</div>
<div id="elifPropFalse"
elif="false">
</div>
</div>
......
......@@ -158,7 +158,7 @@
</text>
<div class ="event2" onclick="click" ondoubleclick="doubleClick"
onlongpress="longPress" onfocus="focus" onblur="blur" onkey="key"
onswipe="swipe" onattached="attached" ondetached="detached">
onswipe="swipe" onattached="attached" ondetached="detached" onaccessibility="attached">
</div>
<text class="sub-title">
div通用事件3
......
......@@ -394,7 +394,6 @@
flex-direction: row;
justify-content:center;
align-items: center;
align-items: center;
margin: 1%;
}
......@@ -511,7 +510,6 @@
background-color: #fff000;
}
#addOne{
width: 10%;
height: 20px;
......@@ -620,4 +618,3 @@
background-color: #fa8072;
}
}
......@@ -229,7 +229,6 @@
</div>
</div>
<!-- <div id="specificEight" >-->
<!-- <div class="flex-item yellow-item">-->
<!-- </div>-->
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册