[common][backgrounds][DPTTIZEN-3216, change the expected border-width] 99/250399/1
authorqunfang.lin <qunfang.lin@samsung.com>
Thu, 24 Dec 2020 07:10:57 +0000 (15:10 +0800)
committerqunfang.lin <qunfang.lin@samsung.com>
Thu, 24 Dec 2020 07:13:03 +0000 (15:13 +0800)
Change-Id: I78021fc0d26300743cc2ef6c8b10ba02549a9863
Signed-off-by: qunfang.lin <qunfang.lin@samsung.com>
common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border_0point5px_dashed_000.html

index f69020eed5691ce4c477846dc55fb8ee28a6248f..8f22a05eca1f1c6af47fd9184755ccc4aac95c59 100755 (executable)
@@ -50,7 +50,7 @@ Authors:
         test(function () {
             div.style[headProp("border")] = "0.5px dashed #000";
             var borderWidth = GetCurrentStyle("border-width");
-            assert_equals(borderWidth, "0.5px", "The border-width value");
+            assert_equals(borderWidth, "1px", "The border-width value");
             var borderStyle = GetCurrentStyle("border-style");
             assert_equals(borderStyle, "dashed", "The border-style value");
             var borderColor = GetCurrentStyle("border-color");