[common][backgrounds][DPTTIZEN-3130, spec changed from M63 to M69 web engine] 15/210215/2
authorqunfang.lin <qunfang.lin@samsung.com>
Wed, 17 Jul 2019 20:27:43 +0000 (04:27 +0800)
committerqunfang.lin <qunfang.lin@samsung.com>
Wed, 17 Jul 2019 20:41:35 +0000 (04:41 +0800)
add: 0 TC
modify: 1 TC
delete: 0 TC

Change-Id: Ibdd0a5287a8664ad8342dc07e754d54834c81613
Signed-off-by: qunfang.lin <qunfang.lin@samsung.com>
common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_background-color_hsl.html

index a08e5165105dcbd9a050ff2a50fca449f2deee59..c05c066395ce5112f66d05fbe8bfb044e1fa3167 100755 (executable)
@@ -56,7 +56,7 @@ EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
         var backgroundColor = GetCurrentStyle("backgroundColor");
         var t = async_test(document.title, {timeout: 500});
         t.step(function () {
-            assert_equals(backgroundColor, "rgb(63, 191, 63)", "The element background-color test ")
+            assert_equals(backgroundColor, "rgb(64, 191, 64)", "The element background-color test ")
         });
         t.done();
     </script>