[common][flexiblebox][TFDF-5528, fix forth text is cut issue] 55/215455/2
authorqunfang.lin <qunfang.lin@samsung.com>
Wed, 9 Oct 2019 01:44:36 +0000 (09:44 +0800)
committerQunfang Lin <qunfang.lin@samsung.com>
Tue, 8 Oct 2019 08:44:39 +0000 (08:44 +0000)
modify: 1 tc

Change-Id: Ic36f9cadc3aecc4d6c3e840f953dfe2a00c82c23
Signed-off-by: qunfang.lin <qunfang.lin@samsung.com>
common/tct-flexiblebox-css3-tests/flexiblebox/csswg/ttwf-reftest-flex-direction-row-reverse.html

index dc0187634e27b385ee0abd8e247642291b81b557..121748122e06e16e159ebdf09fb9f517c59bdf93 100755 (executable)
@@ -8,20 +8,20 @@
     <meta name="assert" content="Statement describing what the test case is asserting">
     <style type="text/css">
         .container {
-       position: relative;
-       display: flex;
-       flex-direction: row-reverse;
-       background: red;
-       margin: 1em 0;
-       border: 1px solid black;
+        position: relative;
+        display: flex;
+        flex-direction: row-reverse;
+        background: red;
+        margin: 1em 0;
+        border: 1px solid black;
+        }
+        span {
+        display: inline-block;
+        background: green;
+        color: white;
+        margin: 0.8em;
+        width: 8em;
         }
-       span {
-       display: inline-block;
-       background: green;
-       color: white;
-       margin: 1em;
-       width: 8em;
-       }
     </style>
 </head>
 <body>