From: wei625.zhang Date: Thu, 6 May 2021 03:12:49 +0000 (+0800) Subject: [common][webstorage][Add a argument to fix DF210430-00239] X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4e890e12dadceb625cbd99206a04b48086c16e5a;p=test%2Ftct%2Fweb%2Fapi.git [common][webstorage][Add a argument to fix DF210430-00239] Change-Id: Ibd17227c2cf0b3304d21266cea469964b6d69203 Signed-off-by: wei625.zhang --- diff --git a/common/tct-webstorage-w3c-tests/webstorage/StorageEvent_initStorageEvent.html b/common/tct-webstorage-w3c-tests/webstorage/StorageEvent_initStorageEvent.html index 32b841691..083e3b6cd 100755 --- a/common/tct-webstorage-w3c-tests/webstorage/StorageEvent_initStorageEvent.html +++ b/common/tct-webstorage-w3c-tests/webstorage/StorageEvent_initStorageEvent.html @@ -37,7 +37,7 @@ Authors: test(function () { var se, retVal = null; se = document.createEvent("StorageEvent"); - retVal = se.initStorageEvent(); + retVal = se.initStorageEvent("storage"); assert_equals(retVal, undefined, "initStorageEvent return wrong value"); }, document.title);