[common][background][DPTTIZEN-3008 & DPTTIZEN-3025, modify 1 tc due to spec change] 65/178765/1
authorzhongyuan <zy123.yuan@samsung.com>
Mon, 14 May 2018 03:21:48 +0000 (11:21 +0800)
committerzhongyuan <zy123.yuan@samsung.com>
Mon, 14 May 2018 03:21:48 +0000 (11:21 +0800)
Change-Id: Ie6976650ec96736ed3c324a815511337e1c8c304

common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border_0point5px_dashed_000.html

index 8f22a05eca1f1c6af47fd9184755ccc4aac95c59..f69020eed5691ce4c477846dc55fb8ee28a6248f 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, "1px", "The border-width value");
+            assert_equals(borderWidth, "0.5px", "The border-width value");
             var borderStyle = GetCurrentStyle("border-style");
             assert_equals(borderStyle, "dashed", "The border-style value");
             var borderColor = GetCurrentStyle("border-color");