提交 9ab8b39b 编写于 作者: D dongwei 提交者: wanggang

add test cases

Signed-off-by: Ndongwei <dongwei@kaihongdigi.com>
上级 aa479e66
......@@ -207,6 +207,15 @@
<circle id ="showPropFalse" cx="50" cy="25" r="20" fill="red" show="false"></circle>
<circle id ="showPropNone" cx="50" cy="25" r="20" fill="red" show=""></circle>
</svg>
<text class="sub-title">
特有属性-elif
</text>
<svg width="200px" height="50px" fill="red" >
<circle cx="50" cy="25" r="20" if="false"></circle>
<circle cx="50" cy="25" r="20" elif="true"></circle>
<circle cx="50" cy="25" r="20" elif="false"></circle>
</svg>
</div>
</div>
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册