[common][backgrounds][update 6 manual tcs to set border and delete 1 tc] 48/134548/1
authorwei.ji <wei.ji@samsung.com>
Mon, 19 Jun 2017 06:53:20 +0000 (14:53 +0800)
committerwei.ji <wei.ji@samsung.com>
Mon, 19 Jun 2017 06:53:32 +0000 (14:53 +0800)
- update 6 manual tcs to set border
- delete 1 tc background-size-033

Change-Id: I7791fbd968f8f430c149cbebd3261c3789d99c4a
Signed-off-by: wei.ji <wei.ji@samsung.com>
common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-outset_left_bottom_value_miss.html
common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-outset_left_value_miss.html
common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-slice_left_bottom_value_miss.html
common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-slice_left_value_miss.html
common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-width_left_bottom_value_miss.html
common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border-image-width_left_value_miss.html
common/tct-backgrounds-css3-tests/tests.xml

index 7a2cc739332d80188431283ed3dc30ce20818348..3a092be715619300fc6c4baadc464e36e55cc3e4 100755 (executable)
@@ -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:
     </div>
     <p>Test passes if the distance to both side ring pictures are the same, the top is same to the bottom</p>
   </body>
-</html>
+</html>
\ No newline at end of file
index f295a77fdcad312afc6771d43dd9a7f73fd81cf7..49a1b5b17945f49b22c757f0a5942959996f1a7d 100755 (executable)
@@ -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;
index a6074f71aa482e3e7404cd8428c94383ae9bcbae..c2cd3afe5bd8d0815eed8bf1733a514e5dea1248 100755 (executable)
@@ -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;
index 7f0fdb111d75d4ae5b5d566281eac8e259ea8ae8..0e4ece6c96f77461747b88313bf2e1c545a28125 100755 (executable)
@@ -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;
index 1ecbc9469846cb2cd7345ce95a2bcf114b7a76b5..2ea271ee5b966d07726d08fb96366de07833343e 100755 (executable)
@@ -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;
index ec879cad2c92aa54528b433962a753091c1c57db..24a40e14b282559f279f7da97707e04207a5c06e 100755 (executable)
@@ -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;
index 9e7d22214efa147dc4173813c391cec10ee6b9de..7ede0b370f867194ac58ee8523b08844a8cea7f2 100755 (executable)
           <test_script_entry>/opt/tct-backgrounds-css3-tests/backgrounds/csswg/background-size-032.html</test_script_entry>
         </description>
         </testcase>
-      <testcase component="WebAPI/DOM, Forms and Styles/CSS Backgrounds and Borders Module Level 3 (Partial)" execution_type="manual" id="background-size-033" purpose="Check if background-size with first-line pseudo-element display correctly in visual">
+<!--      <testcase component="WebAPI/DOM, Forms and Styles/CSS Backgrounds and Borders Module Level 3 (Partial)" execution_type="manual" id="background-size-033" purpose="Check if background-size with first-line pseudo-element display correctly in visual">
         <description>
           <test_script_entry>/opt/tct-backgrounds-css3-tests/backgrounds/csswg/background-size-033.html</test_script_entry>
         </description>
-        </testcase>
+        </testcase>-->
       <testcase component="WebAPI/DOM, Forms and Styles/CSS Backgrounds and Borders Module Level 3 (Partial)" execution_type="manual" id="background-size-034" purpose="Check if background-size with inherit display correctly in visual">
         <description>
           <test_script_entry>/opt/tct-backgrounds-css3-tests/backgrounds/csswg/background-size-034.html</test_script_entry>