[common][3dtransforms][TFDF-5526, fix green square overlap the text issue] 54/215454/3
authorqunfang.lin <qunfang.lin@samsung.com>
Wed, 9 Oct 2019 01:34:24 +0000 (09:34 +0800)
committerQunfang Lin <qunfang.lin@samsung.com>
Tue, 8 Oct 2019 08:37:24 +0000 (08:37 +0000)
modify: 4 tcs

Change-Id: I88fa9c59bda2923df255b45e7f4ddd4785619b6e
Signed-off-by: qunfang.lin <qunfang.lin@samsung.com>
common/tct-3dtransforms-css3-tests/3dtransforms/csswg/css-transform-3d-rotate3d-Y-negative-manual.html
common/tct-3dtransforms-css3-tests/3dtransforms/csswg/css-transform-3d-rotate3d-Y-positive-manual.html
common/tct-3dtransforms-css3-tests/3dtransforms/csswg/css-transform-3d-rotateY-negative-manual.html
common/tct-3dtransforms-css3-tests/3dtransforms/csswg/css-transform-3d-rotateY-positive-manual.html

index ea6816e068cb1697a00ad0f6d4c88a2a09dbf160..27f7828fa2c18ea20aa15ebf53e30b3beba5beac 100755 (executable)
       div {
         left: 10px;
         position: absolute;
-        top: 50px;
       }
       div.redsquare {
         background-color: red;
         border: 5px solid black;
         height: 120px;
         left: 65px;
-        top: 45px;
+        top: 84px;
         width: 120px;
       }
       div.green {
         background-color: green;
-        height: 120px;       
+        height: 120px;
         transform: rotate3d(0,1,0,-60deg);
         width: 240px;
+        top: 89px;
       }
     </style>
   </head>
index 89564d020cb3cca655b3ad8661a7588563f63234..4f3ef01a5abc22fba9fdbe87bdbf822304c6cbca 100755 (executable)
       div {
         left: 10px;
         position: absolute;
-        top: 50px;
       }
       div.redsquare {
         background-color: red;
         border: 5px solid black;
         height: 120px;
         left: 65px;
-        top: 45px;
+        top: 84px;
         width: 120px;
       }
       div.green {
         background-color: green;
-        height: 120px;       
+        height: 120px;
         transform: rotate3d(0,1,0,60deg);
         width: 240px;
+        top: 89px;
       }
     </style>
   </head>
index 1751427f881f958c829d8afb8fd10c568e1eacb7..042a8ea7f53c58b2137bddb3385f242bd20292f4 100755 (executable)
       div {
         left: 10px;
         position: absolute;
-        top: 50px;
       }
       div.redsquare {
         background-color: red;
         border: 5px solid black;
         height: 120px;
         left: 65px;
-        top: 45px;
+        top: 84px;
         width: 120px;
       }
       div.green {
         background-color: green;
-        height: 120px;       
+        height: 120px;
         transform: rotateY(-60deg);
         width: 240px;
+        top: 89px;
       }
     </style>
   </head>
index 0fe305ec319476be463d5460b82e2568131f3f55..1d86f954f93d01a23b7af5613afb5b627ec1dafd 100755 (executable)
       div {
         left: 10px;
         position: absolute;
-        top: 50px;
       }
       div.redsquare {
         background-color: red;
         border: 5px solid black;
         height: 120px;
         left: 65px;
-        top: 45px;
+        top: 84px;
         width: 120px;
       }
       div.green {
         background-color: green;
-        height: 120px;       
+        height: 120px;
         transform: rotateY(60deg);
         width: 240px;
+        top: 89px;
       }
     </style>
   </head>