You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by mi...@apache.org on 2018/04/28 02:45:55 UTC

[3/5] incubator-weex git commit: * [test] add box-shadow test case

* [test] add box-shadow test case


Project: http://git-wip-us.apache.org/repos/asf/incubator-weex/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-weex/commit/ee167224
Tree: http://git-wip-us.apache.org/repos/asf/incubator-weex/tree/ee167224
Diff: http://git-wip-us.apache.org/repos/asf/incubator-weex/diff/ee167224

Branch: refs/heads/master
Commit: ee167224ff06e80a85141a305b80550d251a7481
Parents: 46cdd0e
Author: Yanjiie <su...@163.com>
Authored: Tue Apr 17 10:04:12 2018 +0800
Committer: Yanjiie <su...@163.com>
Committed: Tue Apr 17 10:04:12 2018 +0800

----------------------------------------------------------------------
 test/pages/css/border.vue | 9 +++++++++
 1 file changed, 9 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/ee167224/test/pages/css/border.vue
----------------------------------------------------------------------
diff --git a/test/pages/css/border.vue b/test/pages/css/border.vue
index 804669f..3e7ea51 100644
--- a/test/pages/css/border.vue
+++ b/test/pages/css/border.vue
@@ -53,6 +53,7 @@
         <text class="boxShadow1"></text>
         <text class="boxShadow2"></text>
         <text class="boxShadow3"></text>
+        <text class="boxShadow4"></text>
         <text test-id="test-text">box shadow</text>
     </div>
     <div class="container">
@@ -305,6 +306,14 @@
   border-bottom-right-radius: 50px;
   margin:30px;
 }
+.boxShadow4 {
+  width: 100px;
+  height: 45px;
+  background-color: red;
+  box-shadow: 0px 0px 10px 0px green;
+  padding: 20px;
+  border-width: 5px;
+}
 
 .circle {
   width: 100px;