- From: 조해용 <whgodyd79@infraware.co.kr>
- Date: Tue, 20 Nov 2012 05:03:58 +0000
- To: "public-webapps-testsuite@w3.org" <public-webapps-testsuite@w3.org>
Received on Tuesday, 20 November 2012 05:24:06 UTC
Hi, In StorageEvent key, oldValue, newValue, url are all DOMString type. In original file key, oldValue, newValue are compared by null, but url is compared by String 'null'. No consistency... Comparison by String 'null' maybe incorrect. Comparison by null is correct. I send to you modified file. Thanks Hae yong, cho -----Original Message----- From: Ms2ger [mailto:ms2ger@gmail.com] Sent: Monday, November 19, 2012 6:28 PM To: public-webapps-testsuite@w3.org Subject: Re: [webstorage-test] Status of WebStorage tests by Microsoft, Opera and Ms2ger On 11/19/2012 03:27 AM, 조해용 wrote: > 3. Ms2ger: > One problem: event_constructor_js.html is modified. Comparison by null is replaced to comparison by String "null". Can you explain why you think this change is correct? Thanks Ms2ger
Received on Tuesday, 20 November 2012 05:24:06 UTC