[common][flexiblebox][DPTTIZEN-3022 modify 4 cases for spec changes] 35/178835/1
authorwei zhang <wei625.zhang@samsung.com>
Mon, 14 May 2018 15:28:43 +0000 (23:28 +0800)
committerwei zhang <wei625.zhang@samsung.com>
Mon, 14 May 2018 15:28:43 +0000 (23:28 +0800)
Change-Id: Ic3df116999f3d2833fec1862fa4199b8c3b40ffa

common/tct-flexiblebox-css3-tests/flexiblebox/CSS3FlexBox_initial_value.html

index a8c126f66b0435dfeb60b2f7e145cce4337770ce..055ffa60042ad3f4bcfc986d28c7be06220bdfaa 100755 (executable)
@@ -47,14 +47,14 @@ Authors:
 <div id="testDiv"></div>
 <script>
 [
-  ["align-content", "stretch"],
-  ["align-items", "stretch"],
-  ["align-self", "stretch"],
+  ["align-content", "normal"],
+  ["align-items", "normal"],
+  ["align-self", "auto"],
   ["flex", "0 1 auto"],
   ["flex-basis", "auto"],
   ["flex-grow", "0"],
   ["flex-shrink", "1"],
-  ["justify-content", "flex-start"],
+  ["justify-content", "normal"],
   ["min-height", "0px"],
   ["min-width", "0px"],
   ["order", "0"]