Hi Paul,
On 03/26/10 10:40, Paul Vriens wrote:
> Hi Jacek,
>
> On 03/24/2010 08:01 PM, Jacek Caban wrote:
>> +function test_removeAttribute(e) {
>> +ok(e.removeAttribute('nonexisting') === false,
>> "removeAttribute('nonexisting') didn't return false");
>> +
>> +e.title = "title";
>> +
Hi Jacek,
On 03/24/2010 08:01 PM, Jacek Caban wrote:
+function test_removeAttribute(e) {
+ok(e.removeAttribute('nonexisting') === false, "removeAttribute('nonexisting')
didn't return false");
+
+e.title = "title";
+ok(e.removeAttribute('title') === true, "removeAttribute('title') di