[common][fonts][DPTTIZEN-3007 modify 2 cases for spec changed] 04/178804/2
authorwei zhang <wei625.zhang@samsung.com>
Mon, 14 May 2018 13:37:17 +0000 (21:37 +0800)
committerWei Zhang <wei625.zhang@samsung.com>
Mon, 14 May 2018 06:34:51 +0000 (06:34 +0000)
Change-Id: Ibe229da7e8655497c83e51479fb278504e574742

common/tct-fonts-css3-tests/fonts/CSS3DF_font-stretch_attribute.html
common/tct-fonts-css3-tests/fonts/CSS3DF_initial_value.html

index ec9c35c330e688c3c455d0a476954a26d4d17335..d720c82ba216e8d8845681694f5bf4e6373c9523 100755 (executable)
@@ -44,7 +44,7 @@ test(function () {
     assert_equals(typeof div.style[headProp("fontStretch")], "string", "Check if font-stretch is of type string");
 
     origin = GetCurrentStyle("fontStretch");
-    assert_equals(origin, "normal", "The font-stretch initial value is not normal");
+    assert_equals(origin, "100%", "The font-stretch initial value is not 100%");
 
     div.style[headProp("fontStretch")] = "condensed";
     assert_not_equals(div.style[headProp("fontStretch")], origin, "The font-stretch value is not writable");
index 9640910929237ad7e65b0403db1da8d16137f3ba..d6953ba6b30e09d6e00150c17e9538fe67ac0524 100755 (executable)
@@ -46,7 +46,7 @@ Authors:
   ["font-style", "normal"],
   ["font-variant", "normal"],
   ["font-variant-ligatures", "normal"],
-  ["font-weight", "normal"]
+  ["font-weight", "400"]
 
 ].forEach(function(attr) {
   var name = attr[0];