Change-Id: I78021fc0d26300743cc2ef6c8b10ba02549a9863
Signed-off-by: qunfang.lin <qunfang.lin@samsung.com>
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");