From: zhongyuan Date: Mon, 14 May 2018 03:21:48 +0000 (+0800) Subject: [common][background][DPTTIZEN-3008 & DPTTIZEN-3025, modify 1 tc due to spec change] X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6c518e9a6fa32af1da1d0c8fb1ac295dc13964af;p=test%2Ftct%2Fweb%2Fapi.git [common][background][DPTTIZEN-3008 & DPTTIZEN-3025, modify 1 tc due to spec change] Change-Id: Ie6976650ec96736ed3c324a815511337e1c8c304 --- diff --git a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border_0point5px_dashed_000.html b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border_0point5px_dashed_000.html index 8f22a05ec..f69020eed 100755 --- a/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border_0point5px_dashed_000.html +++ b/common/tct-backgrounds-css3-tests/backgrounds/CSS3BG_border_0point5px_dashed_000.html @@ -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");