From: wei.ji Date: Mon, 19 Jun 2017 06:50:54 +0000 (+0800) Subject: [common][backgrounds][update 6 manual tcs to set border and delete 1 tc] X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ed034cb5e3aba784313d0640ab76a813c66b28cd;p=test%2Ftct%2Fweb%2Fapi.git [common][backgrounds][update 6 manual tcs to set border and delete 1 tc] - update 6 manual tcs to set border - delete 1 tc background-size-033 Change-Id: Id1c8494e4d7cddd1fee2ebbc260482319aae6c10 Signed-off-by: wei.ji --- diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-outset_left_bottom_value_miss.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-outset_left_bottom_value_miss.html index 7a2cc7393..3a092be71 100755 --- a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-outset_left_bottom_value_miss.html +++ b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-outset_left_bottom_value_miss.html @@ -43,9 +43,8 @@ Authors: height: 50px; width: 100px; padding: 5px; - border: 10px; + border: 10px solid; margin: 100px; - background: blue; border-image: url(webkit/resources/ring.png); -moz-border-image-outset: 3 10; -ms-border-image-outset: 3 10; @@ -69,4 +68,4 @@ Authors:

Test passes if the distance to both side ring pictures are the same, the top is same to the bottom

- + \ No newline at end of file diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-outset_left_value_miss.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-outset_left_value_miss.html index f295a77fd..49a1b5b17 100755 --- a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-outset_left_value_miss.html +++ b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-outset_left_value_miss.html @@ -43,9 +43,8 @@ Authors: height: 50px; width: 100px; padding: 5px; - border: 10px; + border: 10px solid; margin: 100px; - background: blue; border-image: url(webkit/resources/ring.png); -moz-border-image-outset: 3 10 5; -ms-border-image-outset: 3 10 5; diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-slice_left_bottom_value_miss.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-slice_left_bottom_value_miss.html index a6074f71a..c2cd3afe5 100755 --- a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-slice_left_bottom_value_miss.html +++ b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-slice_left_bottom_value_miss.html @@ -43,9 +43,8 @@ Authors: height: 200px; width: 300px; padding: 5px; - border: 100px; + border: 100px solid; margin: 5px; - background: blue; border-image: url(webkit/resources/ring.png); -moz-border-image-slice: 20 10; -ms-border-image-slice: 20 10; diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-slice_left_value_miss.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-slice_left_value_miss.html index 7f0fdb111..0e4ece6c9 100755 --- a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-slice_left_value_miss.html +++ b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-slice_left_value_miss.html @@ -42,9 +42,8 @@ Authors: #test{ height: 200px; width: 300px; - border: 100px; + border: 100px solid; margin: 5px; - background: blue; border-image: url(webkit/resources/ring.png); -moz-border-image-slice: 10 20 15; -ms-border-image-slice: 10 20 15; diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-width_left_bottom_value_miss.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-width_left_bottom_value_miss.html index 1ecbc9469..2ea271ee5 100755 --- a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-width_left_bottom_value_miss.html +++ b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-width_left_bottom_value_miss.html @@ -42,9 +42,8 @@ Authors: #test{ height: 100px; width: 200px; - border: 100px; + border: 100px solid; margin: 5px; - background: blue; border-image: url(webkit/resources/ring.png); -moz-border-image-width: 50 50; -ms-border-image-width: 50 50; diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-width_left_value_miss.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-width_left_value_miss.html index ec879cad2..24a40e14b 100755 --- a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-width_left_value_miss.html +++ b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-width_left_value_miss.html @@ -42,9 +42,8 @@ Authors: #test{ height: 100px; width: 200px; - border: 100px; + border: 100px solid; margin: 5px; - background: blue; border-image: url(webkit/resources/ring.png); -moz-border-image-width: 20 50 30; -ms-border-image-width: 20 50 30; diff --git a/common/tct-backgrounds-css3-tests/tests.xml b/common/tct-backgrounds-css3-tests/tests.xml index 9e7d22214..7ede0b370 100755 --- a/common/tct-backgrounds-css3-tests/tests.xml +++ b/common/tct-backgrounds-css3-tests/tests.xml @@ -2943,11 +2943,11 @@ /opt/tct-backgrounds-css3-tests/backgrounds/csswg/background-size-032.html - + /opt/tct-backgrounds-css3-tests/backgrounds/csswg/background-size-034.html