From: qunfang.lin Date: Wed, 9 Oct 2019 01:34:24 +0000 (+0800) Subject: [common][3dtransforms][TFDF-5526, fix green square overlap the text issue] X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F54%2F215454%2F3;p=test%2Ftct%2Fweb%2Fapi.git [common][3dtransforms][TFDF-5526, fix green square overlap the text issue] modify: 4 tcs Change-Id: I88fa9c59bda2923df255b45e7f4ddd4785619b6e Signed-off-by: qunfang.lin --- diff --git a/common/tct-3dtransforms-css3-tests/3dtransforms/csswg/css-transform-3d-rotate3d-Y-negative-manual.html b/common/tct-3dtransforms-css3-tests/3dtransforms/csswg/css-transform-3d-rotate3d-Y-negative-manual.html index ea6816e06..27f7828fa 100755 --- a/common/tct-3dtransforms-css3-tests/3dtransforms/csswg/css-transform-3d-rotate3d-Y-negative-manual.html +++ b/common/tct-3dtransforms-css3-tests/3dtransforms/csswg/css-transform-3d-rotate3d-Y-negative-manual.html @@ -12,21 +12,21 @@ 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; } diff --git a/common/tct-3dtransforms-css3-tests/3dtransforms/csswg/css-transform-3d-rotate3d-Y-positive-manual.html b/common/tct-3dtransforms-css3-tests/3dtransforms/csswg/css-transform-3d-rotate3d-Y-positive-manual.html index 89564d020..4f3ef01a5 100755 --- a/common/tct-3dtransforms-css3-tests/3dtransforms/csswg/css-transform-3d-rotate3d-Y-positive-manual.html +++ b/common/tct-3dtransforms-css3-tests/3dtransforms/csswg/css-transform-3d-rotate3d-Y-positive-manual.html @@ -12,21 +12,21 @@ 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; } diff --git a/common/tct-3dtransforms-css3-tests/3dtransforms/csswg/css-transform-3d-rotateY-negative-manual.html b/common/tct-3dtransforms-css3-tests/3dtransforms/csswg/css-transform-3d-rotateY-negative-manual.html index 1751427f8..042a8ea7f 100755 --- a/common/tct-3dtransforms-css3-tests/3dtransforms/csswg/css-transform-3d-rotateY-negative-manual.html +++ b/common/tct-3dtransforms-css3-tests/3dtransforms/csswg/css-transform-3d-rotateY-negative-manual.html @@ -12,21 +12,21 @@ 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; } diff --git a/common/tct-3dtransforms-css3-tests/3dtransforms/csswg/css-transform-3d-rotateY-positive-manual.html b/common/tct-3dtransforms-css3-tests/3dtransforms/csswg/css-transform-3d-rotateY-positive-manual.html index 0fe305ec3..1d86f954f 100755 --- a/common/tct-3dtransforms-css3-tests/3dtransforms/csswg/css-transform-3d-rotateY-positive-manual.html +++ b/common/tct-3dtransforms-css3-tests/3dtransforms/csswg/css-transform-3d-rotateY-positive-manual.html @@ -12,21 +12,21 @@ 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; }