From: tangkaiyuan Date: Sun, 14 Mar 2021 22:44:09 +0000 (+0800) Subject: [common][tct-video-html5-tests][DPTTIZEN-3217 remove strange spacelike character] X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4273f9a241a18f9368d8c62c684ae12b5d8be22d;p=test%2Ftct%2Fweb%2Fapi.git [common][tct-video-html5-tests][DPTTIZEN-3217 remove strange spacelike character] Change-Id: I90a9398a5e149768bca9dce8c26051a49139219d Signed-off-by: tangkaiyuan --- diff --git a/common/tct-video-html5-tests/video/w3c/video_attributes.html b/common/tct-video-html5-tests/video/w3c/video_attributes.html index 86ce1ed77..914bfd919 100755 --- a/common/tct-video-html5-tests/video/w3c/video_attributes.html +++ b/common/tct-video-html5-tests/video/w3c/video_attributes.html @@ -105,7 +105,7 @@ case "DOMString": test(function() { if (name == "crossOrigin") { -     m.crossOrigin = "test"; + m.crossOrigin = "test"; }; assert_equals(typeof media[name], "string", name + " attribute of type"); }, "Check if video." + name + " is of type string");